BuddyDev

Search

Replies

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 3115
    Ravi on in reply to: Topic Ordering within Forum #41999

    Hello Judi,

    Thank you for the acknowledgment. Please try the following code it will set the topic alphabetically.

    
    
    add_filter( 'bbp_after_has_topics_parse_args', function ( $args ) {
    	$args['orderby'] = 'title';
    	$args['order']   = 'ASC';
    
    	return $args;
    } );
    
    

    Regards
    Ravi

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 3115
    Ravi on in reply to: [Resolved] Hook to remove button for specifc group taxonomy #41998

    Hello Rob,

    Thank you for the acknowledgment.

    Please try the following code and let me know if it works or not.

    
    
    add_filter( 'bp_get_group_join_button', function ( $button, $group ) {
    
    	// If not public groups return button.
    	if ( 'public' != $group->status || groups_is_user_member( get_current_user_id(), $group->id ) ) {
    		return $button;
    	}
    
    	$group_types = (array) bp_groups_get_group_type( $group->id, false );
    
    	// Replace by your group type id.
    	if ( in_array( 'classes', $group_types ) ) {
    		$button = array();
    	}
    
    	return $button;
    }, 10, 2 );
    
    

    Regards
    Ravi

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 3115

    Hello Isabelle,

    I have checked and found that when the bbPress is active it is applying a CSS rule on hidden groups which causing the issue. Even on Member’s group tab, hidden groups are not showing. Please give it a try after deactivating the bbPress plugin.

    Please let me know if hidden groups are showing or not when bbPress is deactivated. Please make sure to clear the cache if you are using any cache plugin.

    Regards
    Ravi

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 3115
    Ravi on in reply to: Topic Ordering within Forum #41987

    Hello Judi,

    Thank you for posting here. Please do let me know more about your requirement. Do you want to change the default topic order in a forum or anything else?.

    Regards
    Ravi

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 3115
    Ravi on in reply to: [Resolved] Hook to remove button for specifc group taxonomy #41985

    Hello Rob,

    Thank you for posting here. Please let me know the following things:

    1. Are you using BuddyPress Or BuddyBoss PlateForm?
    2. If BuddyPress, Which template pack you are using means ‘BP Legacy’ or ‘BP Nouveau’.

    One more thing, I am assuming by taxonomies you are referring to BuddyPress group types.

    Regards
    Ravi

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 3115

    Hello Isabelle,

    Thank you for the acknowledgment. I will check it again and will update you soon.

    Thank you
    Ravi

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 3115

    Hello Isabelle,

    I have checked the plugin on my end and it is working fine for me. All types of groups are listed in the widget. Please let me know, What are the settings of the widget you are using?. Give it a try with different settings and check whether user hidden groups are listing or not.

    Regards
    Ravi

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 3115
    Ravi on in reply to: Need help with mediapress #41949

    Hello Chrisina,

    Closing this topic in favor of https://buddydev.com/support/forums/topic/media-press-issues/

    Regards
    Ravi

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 3115
    Ravi on in reply to: BuddyPress Auto Friendship Pro feature suggestion #41948

    Hello Tosin,

    Thank you for cooperating with us. We also looking to have this feature as soon as possible.

    Regards
    Ravi

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 3115
    Ravi on in reply to: TikTok Embedding #41907

    Hello Lisa,

    Sorry for the inconvenience. But we can not help you much with this as TikTok is banned in India.

    Regards
    Ravi