Re: wp-login vs bp register question
Thanks Paul,
I had define ( ‘BP_ROOT_BLOG’, 2 );
but not define ( ‘BP_ENABLE_MULTIBLOG’, true );
It’s working, kind of, but now there’s another issue.
A user can now activate their account from the activation email if they use the register from the wordpress meta widget on the main site.
However, if I try to use the buddypress toolbar signup from the main site, it just sits at the main site homepage. Previously that would take you to http://community.howtomakeadesignerhandbag.com/register/
I think I’d like to not use the wp-register at all and somehow get the bp signup/login in the sidebar of http://community.howtomakeadesignerhandbag.com/register/
showing on the main site homepage and allow users to signup either from the toolbar or from the sidebar. But I want them to be returned to the main site homepage instead of the buddypress homepage.
Is this possible?
Thanks for your help and patience in trying to understand what I’m trying to do.