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: 25486

    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

  • Keymaster
    (BuddyDev Team)
    Posts: 25486

    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

  • Keymaster
    (BuddyDev Team)
    Posts: 25486

    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

  • Keymaster
    (BuddyDev Team)
    Posts: 25486
    Brajesh Singh on in reply to: Number of members in the group #46750

    Thank you.

  • Keymaster
    (BuddyDev Team)
    Posts: 25486
    Brajesh Singh on in reply to: [Resolved] Posting in groups #46749
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25486
    Brajesh Singh on 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

  • Keymaster
    (BuddyDev Team)
    Posts: 25486
    Brajesh Singh on in reply to: Number of members in the group #46744

    Hi Vlad,
    Thank you.
    at the moment, we are unable to work on it due to our current priorities. We will have some time next month and we may be able to work on it then.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25486

    Hi Didier,
    Thank you for the patience.

    Please upgrade to 1.3.1 and after upgrade, Please download BuddyBlog Group plugin from your account. After activation, Please create a form with group type and configure the group tabs using the BuddyBlog->Group Settings.

    Let me know if you face any issue.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25486
    Brajesh Singh on in reply to: [Resolved] BuddyPress User Contact Form #46742

    Hi Jimmy,
    You are welcome.

    I hope you have found one.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25486

    Hi Alex,
    Please open a new topic and link this one. Please avoid posting in old topics as the original author gets notified of the replies, and It may be inconvenient for them.

    Thank you
    Brajesh