Replies
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- This reply has been marked as private.
- Brajesh Singh on June 18, 2020 at 5:46 pm in reply to: [Resolved] How to get all options from select field xprofile ? #31035
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 Thank you.
- Brajesh Singh on June 18, 2020 at 5:33 pm in reply to: [Resolved] Still facing the problem with a little dot on the single message page #31032
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 - This reply has been marked as private.
- Brajesh Singh on June 18, 2020 at 5:30 pm in reply to: MODERATION PLUGIN: There was a problem. Please try again later. #31030
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 Please use the private reply option while replying on forum(there is a checkbox at the bottom).
I am sorry, I do not have enough free time to assist you with custom code on these things.
Regards
BrajeshHi,
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