Group Mods

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

Support: Installing BuddyPress

Problems with getting it running.

Buddypress 1.5 on multisite (10 posts)

Started 8 months ago by: dosch

  • Profile picture of dosch dosch said 8 months ago:

    Hey! I am trying to get the all brand new BP1.5 to run on my fresh Multi-site installation. I have 5 blogs and one of them is meant to become a thriving community.

    But I can;t seem to get Buddypress to run on just this one site.
    I installed the plugin, did a network activation, but it doesn;t show up on in the plugin directory on the dashboard of that one site I want to have it running on.

    Any tips?

  • Profile picture of wpmubp.org wpmubp.org said 8 months ago:

    Could this help?

    http://wpmu.org/daily-tip-want-to-run-buddypress-on-multiple-blogs-in-your-wpmu-install-heres-how/

  • Profile picture of Boone Gorges Boone Gorges said 8 months ago:

    BuddyPress is a “network only” plugin. That means that you can only “network activate” it. But, the way BP works, you generally only show BP content on a single one of your blogs – we call that the “root blog”. By default, it is blog number 1, the main blog in your network. For this to work, just activate a BP-compatible theme (like BuddyPress Default).

    If you want your community/BP content to be on a blog other than the main blog, you’ll have to define an alternative root blog. In wp-config.php:
    define( 'BP_ROOT_BLOG', 6 );
    where you replace ’6′ with the id of your desired root blog.

  • Profile picture of dosch dosch said 8 months ago:

    Brilliant! That worked!
    Thanx so much!

  • Profile picture of dosch dosch said 8 months ago:

    Now I only have the problem that the grey Buddypress-bar is always showing. Even when I am on a dashboard of another site…

  • Profile picture of seluvega seluvega said 8 months ago:

    @boonebgorges Im having a really weird issue with multisite and buddypress! I ve define a diferent root blog for buddypress install, and everything looks fine… but, of course there is a but!, on main site all my links goes to blank page, not the home page but all news, i ve tried to do everything like touching the htaccess, or change the permalinks even trying to eliminate the blog slug but has been imposible to make it works! any clues? Thanks!

  • Profile picture of Boone Gorges Boone Gorges said 8 months ago:

    @seluvega Make sure that you have activated a theme other than BuddyPress Default on the main site.

  • Profile picture of Weshaw Weshaw said 7 months ago:

    @boonebgorges: Thanks: this all helps. My very related question: can I have “activity” and “members” and “groups” pages on multiple blogs? For example, can I have groups pages here:

    example.com/groups
    my.example.com/groups
    another.example.com/groups

    I want the same groups showing on all the pages (the ones in my core BuddyPress install). It’s just a matter of allowing my users to access the BuddyPress features within each site.

    Thanks again.

  • Profile picture of mrjarbenne mrjarbenne said 7 months ago:

    You might what to look at something like this: http://wordpress.org/extend/plugins/bowe-codes/ to help you easily post that information in multiple areas.

  • Profile picture of Weshaw Weshaw said 7 months ago:

    Thanks, mrjarbenne. That plugin looks promising. I’ll play with it and see if it works for me.