Re: BP multi site
https://codex.buddypress.org/extending-buddypress/changing-internal-configuration-settings/
Set which blog ID BuddyPress will run on – in your wp-config.php file add this
`define ( ‘BP_ROOT_BLOG’, $blog_id );`
where $blog_id is replaced with Site Admin’s blog ID #