Buddypress on a sub-blog
-
I got a base install of wordpress mu on http://www.example.com and I’ve installed BuddyPress. I want the BuddyPress part to run on a sub-blog /community. I’ve set up the blog (ID 2) and install the BuddyPress theme on it. But the members and groups page only works from http://www.example.com/members. I want members and groups, etc, to run from http://www.example.com/community/members (or /groups).
In the /wp-content/plugins/buddypress/bp-core.php I found this option:
/* Define on which blog ID BuddyPress should run */
if ( !defined( ‘BP_ROOT_BLOG’ ) )
define( ‘BP_ROOT_BLOG’, 1 );
If I change to define( ‘BP_ROOT_BLOG’, 2 ); then http://www.example.com/community/groups seems to work, but http://www.example.com/community/members cause a redirect loop error.
Any idea how I can run BuddyPress on a sub-blog, not as the root blog?
I’m using BuddyPress 1.0.1 but had the same problem on 1.0. Using WordPress MU 2.7.1 as base.
Thanks so much for any help that anyone can offer!
- The topic ‘Buddypress on a sub-blog’ is closed to new replies.