Skip to:
Content
Pages
Categories
Search
Top
Bottom

Multisite install on non root site is not working

  • I have an established site that I just made a multisite and added buddypress. I don’t want to make the main site a buddypress site because I don’t want to change the theme. I want to make one of the subdomain sites the buddypress site. I got the ID of the subdomain site which is 6. I put the line of code
    `define( ‘BP_ROOT_BLOG’, 6 );`
    in the bp-custom.php file in the plugins folder of the WP installation. I still do not see the BuddyPress section on the control panel of the subdomain site 6.

    I’m able to enable Buddypress on all sites by putting the code
    `define ( ‘BP_ENABLE_MULTIBLOG’, true );`

    but I think I just want it on the one subdomain site.

    is there something I’m doing incorrectly?

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

  • @mercime
    Keymaster

    @mercime

    You should see BP section in Network Admin.

    When I enable mutiblog I see it in all subdomain sites, but you are saying that when I make it one subdomain site the buddypress settings only show up in the Multisite admin. Is that right?

    I have seen some posts where I have to put the code in the bp-custom.php file and others where they say to put the code in the wp-config.php file. Which is correct?


    G
    Participant

    @gnetworkau

    in bp-custom.php works.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Multisite install on non root site is not working’ is closed to new replies.
Skip to toolbar