Replies
- Ravi on December 28, 2021 at 6:05 am in reply to: [Resolved] Redirection to Buddypress Profile using Query Strings #42291
Hello Princy
Thank you for the acknowledgment. I am glad that I could help.
Regards
Ravi - Ravi on December 27, 2021 at 12:19 pm in reply to: Username changer – Disallow space, missing error messages and remove header #42277
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 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- Ravi on December 27, 2021 at 11:09 am in reply to: [Resolved] Redirection to Buddypress Profile using Query Strings #42274
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 - Ravi on December 27, 2021 at 7:01 am in reply to: [Resolved] Redirection to Buddypress Profile using Query Strings #42270
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 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- Ravi on December 23, 2021 at 10:01 am 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 - Ravi on December 23, 2021 at 5:44 am 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 - Ravi on December 23, 2021 at 5:30 am in reply to: [Resolved] BuddyPress group admin capabilities – for role, for member type #42228
Hello Vlad,
Thank you for the acknowledgment and for marking this topic as resolved.
Regards
Ravi - Ravi on December 23, 2021 at 5:27 am 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