Replies
Question:- How is this related to Activity? Isn’t it for visitors counter?
Also, the link I shared to you for using code
https://www.wpbeginner.com/beginners-guide/beginners-guide-to-pasting-snippets-from-the-web-into-wordpress/Did you try that?
Regards
Brajesh- Brajesh Singh on June 19, 2020 at 4:35 am in reply to: [Resolved] Condition visibility of a menu item to member type. #31050
Hi Agurtzane,
Please upgrade to 1.4.2. If you have the IF Menu plugin active, you can set the visibility of nav items based on member types.Regards
Brajesh Will you be able to provide me the context or sharing the link to code shared?
Your replies have been not helping with the issue and if they continue like this, we won’t be able to assist you any further.
If you need us to help you, Please provide us details, context to help us resolve issues quickly.
Not providing details just wastes our time and energy.
Thank you for understanding.
Regards
Brajesh- Brajesh Singh on June 19, 2020 at 4:03 am in reply to: [Resolved] BuddyPress Anonymous Activity not show #31047
Hi Stark,
Thank you for using the plugin.
The plugin works with BuddyPress Activity Post/Replies out of the box.
The support for forum topic/replies are limited and have issues if they are integration to BuddyPress Activity/Notifications.
Please see the bottom of this page for issues and how to enable them.
https://buddydev.com/plugins/bp-anonymous-activity/
Regards
Brajesh - Brajesh Singh on June 19, 2020 at 4:00 am in reply to: [Resolved] Still facing the problem with a little dot on the single message page #31046This reply has been marked as private.
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