Registration Issues
-
Hello
I recently updated one of our sites to BuddyPress 12.
Before the update, we didn’t have a registration page configured in the BuddyPress pages settings, but we did have a custom WordPress page with a slug of /register/.
After updating, and also adding and activating the “bp-classic” plugin I have the issue of BuddyPress rendering an empty page on the /register/ URL.
I can see it added a register URL in the permalinks:
register/?$ index.php?bp_register=1 other
Which is added from here:
https://github.com/buddypress/buddypress/blob/master/src/bp-members/classes/class-bp-members-component.php#L734I’m just wondering what’s the best way to work around this? For now I’ve just added a filter to change the
bp_get_signup_slug()
to a random URL.
- The topic ‘Registration Issues’ is closed to new replies.