Skip to:
Content
Pages
Categories
Search
Top
Bottom

wp-login vs bp register question


  • zenseeker
    Participant

    @zenseeker

    First off, I’d like to say what a marvelous job the developers did with buddypress. I was around back in the early days when getting bbpress integrated with buddypress was like climbing Mt. Everest. It brought me to my knees and I had to leave bp alone for awhile. Now, what a joy!

    So here’s my scenario. I hope this doesn’t get too confusing because I’m really confused at this point.

    We have one main site: http://howtomakeadesignerhandbag.com. We’re using thesis theme 1.7. We have BP installed as a subdomain at http://community.howtomakeadesignerhandbag.com Subdomain wasn’t my choice. It was the only choice I was given on install – it said since the site was older. I have Sidebar Login plugin installed by Mike Jolley because users don’t seem to notice the signup in the BP toolbar. I don’t like that the register link in this plugin goes to a crappy unstyled signup page. I’ve taken some of andrea_r’s advise and started styling it, but still, it’s crappy. I like the BP signup page and its sidebar login. How could I get that on my main site homepage? Could I use the BP signup and sidebar login for the main site instead of the wp register? It seems that would make sense in my lame brain. Then redirect back to the main site? We also have some premium content that is controlled by memberwing that I’m using the BP signup for. See here for example: http://howtomakeadesignerhandbag.com/free-video-library/beginners-101-basic-pattern-making-f7-2/

    We don’t plan on having users create blogs right now. We just want one additional blog for a particular user. Hence, multisite. From my understanding, if we tried to use bp with the main site, it would kind of take over the site, and we didn’t want that. We just want it to be a link off the main.

    I just don’t know how to do redirecting. I’ve tried some plugins, but they didn’t do what I expected. I’ve confused myself to a tizzy at this point and can’t see the forest for the trees. I don’t want to muck things up because I know this signup/register thingy is a lot more than changing a link. Any help, advice or suggestions will be greatly appreciated.

Viewing 2 replies - 1 through 2 (of 2 total)
  • This isn’t a straightforward issue to resolve. I’m not sure, but try setting this in your wp-config.php:

    `
    define ( ‘BP_ENABLE_MULTIBLOG’, true );
    define ( ‘BP_ROOT_BLOG’, 2 );
    `

    I’m assuming that the site ID of the community site is “2”; if not, change the line appropiately. See how that affects registration and we can work from there


    zenseeker
    Participant

    @zenseeker

    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.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘wp-login vs bp register question’ is closed to new replies.
Skip to toolbar