Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Problems with Sign up (redirect)


Roger Coathup
Participant

@rogercoathup

Hi Gcs123

I came across the same problem with my bespoke theme… as advised, I’d copied register.php across from bphome, but then got your error message:

http://******.me/wp-login.php?redirect_to=http://******.me/register

To fix this, you also need to copy across two functions from the functions.php in bphome to your theme’s function.php file:

bp_show_register_page()

bp_show_activation_page()

I did this and all works fine now.

Skip to toolbar