Will do, @Henry. The other bad news (for me) is that I disabled BuddyPress and tried the RegLevel plugin and found it’s not compatible with WP 3.6.1. But I’ll still try it in functions.php as I may get lucky and find a plugin that allows role level registration.
@Henry, thanks for your help. When I use the firmasite_redirect_bp_signup_page function I’m redirected to /wp-signup.php with the message about the loop. When I delete the function I’m redirected to the BuddyPress login/registration, which, on my site is /login. So yes, WP login is redirecting to the BddyPress login/registration.
I haven’t been able to disable WP redirecting to BuddyPress.
No luck. With the add_filter code I get a time out on the server with this message from Chrome:
This webpage has a redirect loop
Reload Less
The webpage at http://www.site.com/wp-signup.php has resulted in too many redirects. Clearing your cookies for this site or allowing third-party cookies may fix the problem. If not, it is possibly a server configuration issue and not a problem with your computer.
Learn more about this problem.
Error code: ERR_TOO_MANY_REDIRECTS
Without the filter, I just end up with the BuddyPress registration page.
Maybe the plugin is outdated. It uses the format http://www.site.com/?reglevel=author, which, come to think of it isn’t odd because that’s the same as for logging out.