Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 23,703
- How-to & Troubleshooting
- 128,395
- Creating & Extending
- 25,685
- Requests & Feedback
- 9,411
- Third Party Plugins
- 9,755
- Showcase
- 3,317
- Ideas
- 1,353
- Miscellaneous
- 8,884
-
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