Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 23,830
- How-to & Troubleshooting
- 129,810
- Creating & Extending
- 25,867
- Requests & Feedback
- 9,509
- Third Party Plugins
- 9,821
- Showcase
- 3,317
- Ideas
- 1,382
- Miscellaneous
- 9,177
-
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.