Anyone have an idea how to define the BP root blog for each BP network? Or can point me in the right direction, since the above example was just a poorly educated guess!
======================
Ron
(2nd site of the Main Networks by adding “define( ‘BP_ROOT_BLOG’, 2 );” to the root wp-config.php )
That’s your problem. You’ll have to write a mu-plugins plugin to define that value for each network. You’re forcing the second network to use blog 2 as the BP home site. Give the plugin a name like aaa-something.php.
==============================