Replies
- calu on August 24, 2020 at 9:52 am in reply to: [Resolved] Most efficient way of blocking the registration form for users? #32700
Hi Brajesh, yes it was a temporarily, completely turn off, of registration I was looking for. That’s strange, I do not have the option you are referring to, under my dashboard settings?
Regards
Carsten - calu on August 24, 2020 at 9:20 am in reply to: [Resolved] Most efficient way of blocking the registration form for users? #32696
Hi Brajesh, thanks for the suggestions, found out that drafting the register page for temporally turning off registration, is the solution, then you are directed back to the front page.
Regards
Carsten - calu on August 17, 2020 at 3:00 pm in reply to: [Resolved] Does BuddyPress Ajax Registration work with BuddyPress Better Registration code? #32512
And are all the primary profile fields added to the register form?
I think I have touched the subject before, about activation key, the plugin does not support that?
Regards
Carsten - calu on August 17, 2020 at 11:40 am in reply to: [Resolved] Remove: Registering for this site is easy….. #32509
Hi Ravi, thanks for the link, sorry I did not see this similar thread, before posting!
I’m using Legacy, so I will follow your instructions
Thank you
- calu on August 17, 2020 at 9:14 am in reply to: show Xprofile Field Data in The Profile Header, exclude own profile #32500
Resolved
- calu on August 17, 2020 at 9:13 am in reply to: show Xprofile Field Data in The Profile Header, exclude own profile #32499
Hi Brajesh, thanks for adding this simple and elegant solution to the code, it works perfectly!
Sorry for adding the topic twice 😉
Regards
Carsten - calu on August 10, 2020 at 7:29 pm in reply to: [Resolved] Disable Admin Bar for All Users Except for Administrators code not working #32279
Hi Brajesh, thanks again, for your expert advice regarding the other code.
I have pasted your updated code in now, and it is working perfectly!
Thanks again, to both of you!
Regards
Carsten - calu on August 10, 2020 at 7:18 pm in reply to: [Resolved] Disable Admin Bar for All Users Except for Administrators code not working #32275
Hi Ravi, found this snippet which works as well:
add_action('after_setup_theme', 'remove_admin_bar'); function remove_admin_bar() { if (!current_user_can('administrator') && !is_admin()) { show_admin_bar(false); } }
Thanks!
- calu on August 10, 2020 at 6:27 pm in reply to: [Resolved] Disable Admin Bar for All Users Except for Administrators code not working #32267
Hi Ravi, thanks very much for your prompt reply and a code solution.
Unfortunately the code breaks my site, would you please check again for a syntax error?
Thanks!
Carsten
- calu on August 10, 2020 at 10:45 am in reply to: [Resolved] Problem with 'Make a WordPress site Private code' #32242
Hi Brajesh, thanks for the code, it works very well
Regards
Carsten