Registration redirects to webmaster
-
Using WordPress 3.5.1 (not multi-site)
Using Buddypress 1.6.5
Website:The Issue:
When a new user registers, a link pops up saying something like, “Go ask the webmaster”. When that link is clicked on, the user is directed to the admin email account. Here is what a user said: “I tried to register but it said it couldn’t register me and to contact the webmaster. So I clicked on that link and it took me here”.Note:
I have ‘allow anyone to register’ checked in admin panel.
I was able to register a “foo” user from my computer.
I have added a function to functions file of default-bp theme:`// redirect registration function
if ( bp_core_is_multisite() )
remove_action( ‘wp’, ‘bp_core_wpsignup_redirect’ );
else
remove_action( ‘init’, ‘bp_core_wpsignup_redirect’ );`That is a function I nabbed from bp-support forum for what I think was a similar problem.
That forum is:
I just added that, so not sure if it works yet, but just in case it doesn’t, does anyone have fix?
- The topic ‘Registration redirects to webmaster’ is closed to new replies.