Replies
- Brajesh Singh on October 3, 2022 at 7:44 pm in reply to: [Resolved] Create a tab (nav_item) that can display custom post type items of user. #46769
Hi Lefteris,
For the menu, I don’t have any solution. To be honest, the theme should use menu items fetched from wwp admin bar account node and not the BuddyPress component.Regards
Brajesh - This reply has been marked as private.
- Brajesh Singh on October 3, 2022 at 7:37 pm in reply to: BuddyBlog Pro – BuddyBoss – Ability to link and restrict a post to a group #46767
Hi Didier,
Thank you.
I am glad that you found out. We are working on documentation as well as oln providing better hint/error messages to guide in the right direction.Please do share your feedback.
Regards
Brajesh - This reply has been marked as private.
- Brajesh Singh on October 3, 2022 at 6:41 am in reply to: Non Admin should see only his likes and comments on another user’s post #46753
Hi Catherine,
I am sorry, I could not look at it earlier.After a close look, It is way too much specific to BuddyBoss and I will suggest asking BuddyBoss support for the same.
Regards
Brajesh - Brajesh Singh on October 3, 2022 at 6:18 am in reply to: [Resolved] Create a tab (nav_item) that can display custom post type items of user. #46752
Hi Lefteris,
Thank you for the details.Here is the updated code. Please give it a try.
function mb_bp_profile_menu_radio_shows() { $user_id = bp_is_user() ? bp_displayed_user_id() : bp_loggedin_user_id(); $user = get_user_by( 'id', $user_id ); if ( ! $user || ! array_intersect( $user->roles, array( 'editor', 'administrator', 'author' ) ) ) { return; } bp_core_new_nav_item( array( 'name' => 'ΕΚΠΟΜΠΕΣ', 'slug' => 'shows', 'position' => 30, 'default_subnav_slug' => 'shows', 'screen_function' => 'producer_shows', 'show_for_displayed_user' => true, ) ); }Regards
Brajesh - Brajesh Singh on October 3, 2022 at 5:50 am in reply to: [Resolved] BuddyPress Auto Friendship Pro: Before Purchase Question #46751
Hi Dianne,
Thank you for your patience.I will be releasing the plugin by day end Tuesday or Wednesday day as have yet to finalize a few things. I am stuck on how to handle flexibility for group joining as we are certain to get request for limiting/extending this feature for certain groups/group types in future instead of all the groups.
I may be going for all or none in current release if we are unable to think an easy way to have the flexibility.
Regards
Brajesh Thank you.
- This reply has been marked as private.
- Brajesh Singh on October 2, 2022 at 8:27 pm in reply to: Conditional search via Buddypress search #46748
Hi Bilal,
Welcome to BuddyDev.
I am assuming that you are using some plugin for member search? If yes, you will need to request them for conditional search.The conditional profile field plugin has very limited scope currently.
Regards
Brajesh