BuddyDev

Search

Replies

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

    Hello Princy

    Thank you for the acknowledgment. I am glad that I could help.

    Regards
    Ravi

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

    Hello Derrick,

    Welcome to the BuddyDev forums. Please let me know are you using BuddyPress or BuddyBoss Platform. If BuddyPress which theme you are using?

    Regards
    Ravi

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 3115
    Ravi on in reply to: Showing Opposite Gender #42276

    Hello Jimmy,

    Thank you for the acknowledgment. I have tested it and it is working fine for me. Please link me to the page so that I can check.

    Regards
    Ravi

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

    Hello Princy,

    Please replace ‘user_id’ with ‘uid’ in the code mentioned above and Give it a try.

    If still not works, please share the code you are using and point me to the site link.

    Regards
    Ravi

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

    Hello Princy,

    Thank you for posting. Please try the following code it will redirect to user profile based on user_id in the query string.

    
    
    add_action( 'bp_template_redirect', function () {
    	$user_id = empty( $_GET['user_id'] ) ? '' : wp_unslash( $_GET['user_id'] );
    
    	$user = get_user_by( 'id', $user_id );
    
    	if ( ! $user ) {
    		return;
    	}
    
    	bp_core_redirect( bp_core_get_user_domain( $user->ID ) );
    } );
    
    

    Please let me know if it helps or not.

    Regards
    Ravi

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 3115
    Ravi on in reply to: Showing Opposite Gender #42269

    Hello Jimmy,

    Please do let me know with “It’s the default Buddypress sidebar members avatar” what you are referring to. Is it the sidebar member’s listing? which is showing members from both the member types?.

    Have you done any kind of modification to the blog mentioned code?. If yes, please share the changes done by you.

    Regards
    Ravi

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 3115
    Ravi on in reply to: [Resolved] BP Activity Shorcode feature not working #42230

    Hello Doss,

    Thank your acknowledgment. I am glad that I could help. You can get in touch with us with our Services page for customization inquiries.

    Regards
    Ravi

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 3115
    Ravi on in reply to: BuddyPress Auto Join Groups – not updating on profile update #42229

    Hello David,

    I have checked with BuddyBoss Platform and BuddyPress Auto Join Groups and it is working fine for me whenever I am changing profile type from both frontend and the all user section screen in the admin section all associated groups with the profile type are added to the user’s group list.

    Please let me know if your problem is with the removal of existing groups when the profile type changed.

    Regards
    Ravi

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

    Hello Vlad,

    Thank you for the acknowledgment and for marking this topic as resolved.

    Regards
    Ravi

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 3115
    Ravi on in reply to: Extended friendship request and Friendship Restrictions #42227

    Hello GRB,

    It is a bug in the plugin ‘BuddyPress Friendship Restrictions’. Please upgrade this plugin to the newer version and then give it a try.

    https://buddydev.com/plugins/buddypress-friendship-restrictions/

    Please let me know if the problem is resolved or not.

    Regards
    Ravi