Replies
- Brajesh Singh on August 10, 2020 at 7:15 pm in reply to: [Resolved] Disable Admin Bar for All Users Except for Administrators code not working #32274
Hi Carsten,
Ravi is away, so I am updating the code.Please use this snippet
// To hide admin bar to non administrator. add_action( 'init', function () { if ( is_super_admin() ) { return; } show_admin_bar( false ); if ( is_admin() && ! wp_doing_ajax() ) { wp_safe_redirect( home_url( '/' ) ); exit; } } );Does it work fro you?
- Brajesh Singh on August 10, 2020 at 7:12 pm in reply to: [Resolved] How to Invalidate Email with Spaces in BuddyPress During Registration #32273
Hi Tosin,
Are you using anything to override the validation or signup process?Otherwise, BuddyPress will strip down any space at the end (It is WordPress that strips it in sanitize_email).
It is not a BuddyPress issue, Most probably some code or plugin causing it.
Regards
Brajesh - Brajesh Singh on August 10, 2020 at 7:02 pm in reply to: Deactivation Plugin not redirecting to custom page #32272
Hi Daniel,
May I check the site.An admin account for testing setting and a guest account for testing deactivation will help.
Regadrs
Brajesh - Brajesh Singh on August 10, 2020 at 6:52 pm in reply to: [Resolved] MediaPress – predefined user gallery #32268
Thank you Chris.
I am glad I was able to help.
I will update the original post too.
Regards
Brajesh - Brajesh Singh on August 10, 2020 at 6:04 pm in reply to: [Resolved] Auto Friendship Pro (will one of these rules work – and implement backwards)? #32264
You are welcome.
I am glad it worked.Regards
Brajesh - Brajesh Singh on August 10, 2020 at 12:05 pm in reply to: [Resolved] MediaPress – predefined user gallery #32248
Hi Chris,
Welcome to BuddyDev.Thank you for the question.
Please try adding this line too
add_action( 'bp_template_redirect', 'mpp_custom_auto_create_gallery');At the bottom of the code.
Please check by visiting a user’s profile if it work or not?
Regards
Brajesh - Brajesh Singh on August 10, 2020 at 12:03 pm in reply to: [Resolved] Problem with 'Make a WordPress site Private code' #32247
Hi Carsten,
Thank you for confirming. I am glad that it worked.Regards
Brajesh - Brajesh Singh on August 10, 2020 at 12:01 pm in reply to: [Resolved] BuddyPress Member Types Pro – LernDash Groups Issue #32246
Thank you. I look forward to your feedback.
Regards
Brajesh OK and can i add followers and following option for groups
That will depend on which plugin you are using for the follow plugin. we don’t have one currently, so we can’t do anything about it.
Thank you for the clarification.
Please allow me a day. I will need to test with followers to see how it is working currently before assisting further.
Regards
Brajesh