Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 23,988
- How-to & Troubleshooting
- 129,350
- Creating & Extending
- 25,784
- Requests & Feedback
- 9,480
- Third Party Plugins
- 9,784
- Showcase
- 3,317
- Ideas
- 1,400
- Miscellaneous
- 9,167
-
Unless otherwise specified, BP will install in main site when you activate it. In order for BP to work in subsite, you have to add the following to your wp-config.php file
define ( ‘BP_ROOT_BLOG’, $blog_id );
so if you want to install BP in site2, then do this
define ( ‘BP_ROOT_BLOG’, 2 );
See also: WordPress.org • bbPress.org • BuddyPress.org • Matt • Blog RSS