Group Mods

  • Profile picture of @mercime
  • Profile picture of r-a-y
  • Profile picture of Hugo

All links except ”home” and pages for multiuser blogs return ”Page Not Found” (4 posts)

Started 11 months ago by: alexd816

  • Profile picture of alexd816 alexd816 said 11 months ago:

    I created a functional site using single user WP and BP with the “BP columns 1.2 theme.” After switching to multiuser, the root site still works fine, but if you click on “activity,” “members,” “groups,” “forums,” “blogs,” or “login/register” from a new blog, it says “Page Not Found.” This remains true when using either the BP columns theme or the default BP theme on new blogs. Also, the header is overridden by the header from the root blog on new blogs using those themes.
    Any idea why this might be? Thanks

  • Profile picture of LPH2005 LPH2005 said 11 months ago:

    I’m working through this issue, and it may depend on your server (Apache or IIS) as well as subdirectory vs. subdomain and of course .. whether you want BP across all blogs.

    This is for setting BP across all blogs. Place this into your wp-config.php file

    define ( 'BP_ENABLE_MULTIBLOG', true );

  • Profile picture of alexd816 alexd816 said 11 months ago:

    That fixed it! Thanks!

  • Profile picture of alexd816 alexd816 said 11 months ago:

    Is there a trick for getting the root site’s header banner not to overwrite the new blogs’ header banners?