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?
- The topic ‘Multisite install on non root site is not working’ is closed to new replies.