Replies
- Brajesh Singh on August 10, 2020 at 8:50 pm in reply to: Change BuddyPress Force Profile Photo plugin redirection #32287
Well, it seems the issue is not fixed by them.
I will need some time before I can look at their code. I will find some time this weekend to check it and get back to you.
Regards
Brajesh - Brajesh Singh on August 10, 2020 at 8:43 pm in reply to: [Resolved] Buddypress User Badges Crashed, not installing #32285
Oops,
Please delete it asap.It seems someone provide you a pirated copy with backdoors
https://blog.sucuri.net/2020/07/pirated-wordpress-plugins-bundled-with-backdoors.html
Please delete it asap otherwise it will harm your site.
I will also suggest contacting the person who provided you with this plugin and to convey that it has a backdoor.
Regards
Brajesh - Brajesh Singh on August 10, 2020 at 8:41 pm in reply to: [Resolved] Buddypress User Badges Crashed, not installing #32284
Hi Amy,
Thank you for the reply.I am sorry, It is not our plugin.
we don’t have any file named as
rms-script-mu-plugin.php or rms-script-ini.phpIt is most probably a similarly named plugin by someone else.
Regards
Brajesh - Brajesh Singh on August 10, 2020 at 7:27 pm in reply to: Change BuddyPress Force Profile Photo plugin redirection #32277
Hi Tosin,
I had a look at their reply.It seems the assumption might be correct.
1. try registering with a new account and see if it still giving the same issue
2. If you want to update for existing users, Please use phpmyadmin and select the usermeta table. Then search for ‘_has_complete_profile’. Remove these entries and it will work.PS:- If you are not familiar with DB update, Please feel free to share the details and I will update it for you.
Regards
Brajesh - Brajesh Singh on August 10, 2020 at 7:20 pm in reply to: [Resolved] Disable Admin Bar for All Users Except for Administrators code not working #32276
Hi,
Avoid using ‘after_setup_theme’. The current user is not set at this hook, so it should not be used.Regards
Brajesh - 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