Forums

buddypress and multisite (2 posts)

  1. umesh.nevase
    Member
    Posted 7 months ago #

    I have installed buddypress and multisite wordpress. I am edited wp-config.php file to enable multiple blog(BP_ENABLE_MULTIBLOG). But I want groups created on one site should not visible and accessible on other site, similarly for members member registered on on site shouldnot access other site, how can I do that?

  2. @mercime
    Member
    Posted 7 months ago #

    I am edited wp-config.php file to enable multiple blog(BP_ENABLE_MULTIBLOG).

    Just to clarify, to enable multiple blogs, you need to add
    define('WP_ALLOW_MULTISITE', true);
    in wp-config.php. See http://codex.wordpress.org/Create_A_Network

    BP_ENABLE_MULTIBLOG, a BuddyPress function, “Allows BuddyPress to function on multiple blogs of a WP Multisite installation, not just on one root blog:” More of permalink magic for one BuddyPress intance in a multisite installation rather than separate instances of BuddyPress in separate blogs.

    To have separate instances of BuddyPress in one Multisite installation check out http://wpmututorials.com/news/new-features/multiple-buddypress-social-networks/

Reply

You must log in to post.

About this Topic