• Derek

    (@the-ebm-blog)


    I’m not sure if I should be posting in the www.ads-software.com 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 https://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?

Viewing 2 replies - 1 through 2 (of 2 total)
  • 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 https://buddypress.org/support in the future. Good luck!

    Thread Starter Derek

    (@the-ebm-blog)

    Hey that works perfect. Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Trouble with BuddyPress sub-blog navigation’ is closed to new replies.