Where do you put the actual ID number?
hi @nikgoss,
if the blog ID is 2, you use the define like this:
`define ( ‘BP_ROOT_BLOG’, ‘2’ );//ID of the blog where BP is installed
`
and you put it in the wp-config file
Ooops !
define(‘BP_ROOT_BLOG’, 2);
@ortixia replace `$blog_id` with the actual ID number e.g. 3 or 4 etc
Could you define multiple blogs?
@jameswlane,
can you give more details ? What do you want to do exactly ?
evtl. see here: http://www.martenc.com/2010/04/20/hosting-multiple-domains-on-wpmu/
Can someone shed light on a pretty simple question:
Why people say Buddypress is a multisite plugin when, in fact, it is not.
It only works on the main site. Not on the subsite.
What is the point in saying it’s a multisite plugin when it’s not ?
I spent lots of time moving my existing wp/bp site to root of my domain to make it multisite, then created a subsite, all this to make my site multi-language… Only to find out, later on, that I couldn’t* access my bp profiles, etc. from the subsite…
Am I missing something ?
I read this on some other page:
« Allow BuddyPress to function on multiple blogs of a WPMU installation, not just on one root blog (More details about BP_ENABLE_MULTIBLOG):
define ( ‘BP_ENABLE_MULTIBLOG’, true ); »
at: https://codex.buddypress.org/getting-started/customizing/changing-internal-configuration-settings/
And still, after adding this, the answer to « can I put multiple blogs id in define(‘BP_ROOT_BLOG’, 2); », is still « James: no ».
.. ?