Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 24,031
- How-to & Troubleshooting
- 129,665
- Creating & Extending
- 25,794
- Requests & Feedback
- 9,497
- Third Party Plugins
- 9,793
- Showcase
- 3,316
- Ideas
- 1,375
- Miscellaneous
- 9,181
-
Oh, hold on.
If you are using BP on WPMU and want to run it on a blog which is not the root blog (root blog is blog_id = 1). See https://codex.buddypress.org/how-to-guides/changing-internal-configuration-settings/ but in your wp-config, add:
define ( ‘BP_ROOT_BLOG’, 2 );
For running BP on blog id 2, for example.