Forums

Trouble with BuddyPress sub-blog navigation (3 posts)

  1. Derek
    Member
    Posted 10 months ago #

    I'm not sure if I should be posting in the WordPress.org forums or BuddyPress.com forums, but here I go:

    I would like to use the default BuddyPress theme for both the main blog and the sub-blogs (multisite), so that users do not have the choice of using different templates. The problem is that the sub-blogs navigation tabs (Home, Activity, Members, etc.) give 404 errors since they point to sub-blog.mywebsite.com/members/ instead of http://www.mywebsite.com/members/. The main blog is fine with all of the tabs working, but the sub-blogs are pointing to the wrong address.

    Am I missing something? Is it not meant to be used this way?

  2. Boone Gorges
    Member
    Posted 10 months ago #

    The BuddyPress Default theme isn't really meant to be used this way, but you can sort of make it work by putting the following in your wp-config.php file:
    define( 'BP_ENABLE_MULTIBLOG', true );

    That will make links like sub-blog.mywebsite.com/members work properly.

    You might have a bit more luck posting these kinds of issues on http://buddypress.org/support in the future. Good luck!

  3. Derek
    Member
    Posted 10 months ago #

    Hey that works perfect. Thank you!

Reply

You must log in to post.

About this Topic