Skip to:
Content
Pages
Categories
Search
Top
Bottom

using buddypress multiblog ”true” and register process


  • Aphrodite
    Participant

    @aphrodite

    Hi !

    I am testing this functionnality (using bp themes on subsites and workink fine) but there is a little issue with the registration process. Even work fine with mapped domains :)

    The subsite.site.com/register link redirect only on the subsite home page. And does not launch the registration process. Is there a way to :

    – or redirect on the main site registration
    – or launch the registration process directly on the subsite ?

Viewing 10 replies - 1 through 10 (of 10 total)

  • Aphrodite
    Participant

    @aphrodite

    I will bump this one…

    this is a core function, surprise not to have any tip on this one…


    Boone Gorges
    Keymaster

    @boonebgorges

    Do you have the following line in your wp-config.php or bp-custom.php?
    `define( ‘BP_ENABLE_MULTIBLOG’, true );`

    If so, I suggest you comment it out:
    `// define( ‘BP_ENABLE_MULTIBLOG’, true );`

    BP multiblog mode is only necessary if you want to have BP content (like members profiles, etc) available on all subsites. Regular WP multisite use does not require BP_ENABLE_MULTIBLOG.

    If you absolutely need the BP_ENABLE_MULTIBLOG functionality, but you want to force all registration to happen on the main blog, then you will have to build your own redirects.


    Aphrodite
    Participant

    @aphrodite

    I do have this linein my wp-config and it works fine. And I need it (by the way, the good thing is that any “non bp” theme on sub site works just fine without any problem)

    My problem is just as i told, the registration link which does not work. The link in subsites is subsite.com/register. I’d like it to disply the registration page but it does not. I dont want the registration on the main site :)

    Yeah, it only works on the main site because of a decision made by Andy Peatling a long time ago. There’s a lengthy trac ticket. Next time I come across it, we’ll see if it is an easy change.


    Boone Gorges
    Keymaster

    @boonebgorges

    If you are using non-BP themes on subsites, then what is the purpose of having BP_ENABLE_MULTIBLOG enabled?


    bplove
    Participant

    @bplove

    This is a good conversation – I too would like members to be able to register on sub-sites rather than having to register only on the main site. Wonder how hard it would be to update.


    Aphrodite
    Participant

    @aphrodite

    I need 6 thematic portal running fine buddypress and it does. And the ability to create subsite by users. So with non buddypress themes.

    The 6 portals are BP since I want to have different themes but ONE community, accessible via this 6 portals with custumized content and post but same community.

    But for now it does not work as it “should” since it is not possible to register from one of those portal. Only the main site allow it :)

    Though it is possible to subscibe to any site usig the default wordpress process on the non buddypress sites on the network…


    Boone Gorges
    Keymaster

    @boonebgorges

    OK, I get why you might want BP_ENABLE_MULTIBLOG now. My bad.

    I just did a test on a local installation and registration on subsites seemed to work fine – no redirects. Maybe I’m missing something? Here’s what I did:
    1) enabled BP_ENABLE_MULTIBLOG in wp-config.php
    2) created a secondary blog and enabled bp-default on that blog
    3) Visited the secondary blog as a non-logged-in user
    4) Clicked on “create an account” just above the login box (example.com/subsite/register)
    5) The registration page loaded correctly – no redirect to the main blog. I filled out the registration info and submitted
    6) Got an activation email and successfully activated my account

    Is it possible that this is a theme issue? Do the BP themes that you are using for the portals have the necessary registration templates? (registration/activate.php and registration/register.php)


    Aphrodite
    Participant

    @aphrodite

    /me autoflagellating

    Ok works fine now.

    Sorry forgotten a little detail…


    Boone Gorges
    Keymaster

    @boonebgorges

    :) Happens to the best of us :)

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘using buddypress multiblog ”true” and register process’ is closed to new replies.
Skip to toolbar