Shape the future of Social networking with WordPress: Join Project Midnight Sun! The next generation platform for community building with WordPress!

BuddyDev

Search

Replies

  • Keymaster
    (BuddyDev Team)
    Posts: 25485
    Brajesh Singh on in reply to: question about edit icons in comments #31045

    Hi Kathy,
    Thank you for the question.

    We do that to follow the BuddyBoss theme aesthetics. They do not use icons in comments, that’s why we don’t use the icon.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485
    Brajesh Singh on in reply to: [Resolved] activity #31044
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25485

    Hi,
    You may use something like this

    
    $field_id = 23;// please change with actual
    $field    = new  BP_XProfile_Field( $field_id );
    $options  = $field->get_children();
    echo "<select name='some_name'>";
    foreach ( $options as $option ) {
    	echo '<option value="' . esc_attr( $option->name ) . '">' . esc_html( $option->name ) . '</option>';
    }
    
    echo '</select>';
    
    

    Please change the field id and feel free to adapt as you please.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485
    Brajesh Singh on in reply to: [Resolved] Text Color / Pictures #31034

    Thank you.

  • Keymaster
    (BuddyDev Team)
    Posts: 25485

    Hi Carsten,
    Thank you.

    No, the message compose is not working for my account. Please try logging with my account. I haven’t change the credentials.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485
    Brajesh Singh on in reply to: [Resolved] Text Color / Pictures #31031
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25485

    Hi Dimitrios,
    Thank you.

    Is there any chance that one of the following is happening:

    1. subject is larger than 100 characters
    2. Or Name is larger than 50 characters
    3. Or Email is larger than 100 characters.

    I tried with some greek texts and when I had large text in subject it failed.

    Can you please check with some small text and confirm me.

    PS:- If you are comfortable with database, I can share the idea on how to change these limits.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485
    Brajesh Singh on in reply to: [Resolved] Text Color / Pictures #31028

    Please use the private reply option while replying on forum(there is a checkbox at the bottom).

  • Keymaster
    (BuddyDev Team)
    Posts: 25485
    Brajesh Singh on in reply to: notifications #31026

    I am sorry, I do not have enough free time to assist you with custom code on these things.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485
    Brajesh Singh on in reply to: [Resolved] Text Color / Pictures #31025

    Hi,
    I am sorry, you are on a older version and I can not test with that.

    I did test with BuddyBlog 1.3.6 and BP simple front end post 1.3.8 with BuddyPress 5.1.2 & BuddyPress 6.0 and even subscriber is able to post text with color without any issue. I used twentynineteen theme while testing.

    Now that I have tested, I am sure it is not an issue with BuddyBlog or the simple front end plugin. It is related to either your theme or one of the plugins you are using. Please try to disable them temporarily(take a backp and restore after finding out the issue). Let me know what caused it and I will assist.

    Regards
    Brajesh