• Hi there,

    I’m trying to setup a wordpress multisite and buddypress.

    It seems that i’m not that good πŸ™‚ i followed every tutorial i found on the internet about how to integrate buddypress with my existing theme ( which is Repro from themeforest.net ) i have even tried bp-template-pack and still no luck.

    Even wp-signup.php looks ugly with my theme.

    I wonder if there is any solution like: to install a wordpress under mysite.com for the multisite and another wordpress mysite.com/buddypress/ for buddypress and make them share the same users database?
    So when a user registers to multisite at mysite.com to get also an account with the same login details at mysite.com/buddypress/ and then display buddypress into a page of mysite.com using iframe or something like that?

    I’m really sorry if this sound stupid but please advice.

    Thanks in advance,
    Stelios

Viewing 14 replies - 1 through 14 (of 14 total)
  • Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    πŸ³οΈβ€πŸŒˆ Advisor and Activist

    BuddyPress only works network installed on a MultiSite. You can’t assign it to a subsite.

    Not every theme is BuddyPressable, though. You may need to appeal to the theme dev for help.

    Thread Starter steliodj

    (@steliodj)

    Hi Ipstenu,

    Ok i understand this, but if i install wordpress MultiSite to two different domains …so 2 different wordpress multisite installations, is it possible to make them so when a user registers on one of the installations to automatically assign the same username and pass to the other ?
    And then display the MultiSite installation(the one with BB) inside the other one using an iframe or something similar ?

    So i can continue to use my current theme for the main site and one of the budypress ready themes that are already out there to the other?

    Please advice

    Bonjour

    Steliodj

    I am using WordPress 3.03 Network also and I would like to install Buddypress on just one of my sites but as Ipstenu mentioned it has only a network activation in the plugin.

    I see you plan to install wordpress MultiSite to two different domains …so 2 different wordpress multisite installations.

    But I have 20 sites in one installtion and I want to keep it that way.
    do you have any ideas on to do this using BuddyPress?

    Thanks

    Sorry one other question.

    How are you backing up you wordpress network of sites?
    Thanks

    Thread Starter steliodj

    (@steliodj)

    Hi Barrymore,

    I don’t believe that there is an easy way to install buddypress on one of the sites of your network, i’m sorry i’m also noob on using WP multisite and buddypress.

    But for backing up I believe that EZ Backup ( http://wordpress.org/extend/plugins/wordpress-ez-backup/ ) should be fine , since multisite is still using only one database and with EZ Backup you can also backup any part of your webspace along with your WordPress installation and your database , you can schedule or run the backup manually.

    Thread Starter steliodj

    (@steliodj)

    Hi again Ipstenu,

    Do you think that i can use this solution : http://justintadlock.com/archives/2008/09/20/installing-two-wordpress-blogs-with-the-same-users

    for a 2 wordpress multisite installations ( one for blogs and one with a buddypress theme) ? Or that solution is only possible with previous versions of wordpress?

    Thanks in advance,
    Stelios

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    πŸ³οΈβ€πŸŒˆ Advisor and Activist

    You can still do that, but what Justin did is NOT MultiSite.

    Those are two totally separate installs for WordPress that just HAPPEN to share the same userbase.

    Thread Starter steliodj

    (@steliodj)

    Hi there, i understand that Justin’s installation are not multisite….but do you think that i can do this with 2 multisite installations or i will break everything ?

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    πŸ³οΈβ€πŸŒˆ Advisor and Activist

    Should … Well, you know it will probably work, except that the tables will have to be amended to handle the prefix (WP_#_user and all). So it might get really complicated really fast.

    You can’t assign it to a subsite.

    Even though it is network activated, you can still assign BP to a second site in the network as “home”.

    This is one of those things a LOT of people recommend doing on the BP forums, especially if you;re having issues with themeing.

    Go ask in the BP forums. It’s a one line command in the config file.

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    πŸ³οΈβ€πŸŒˆ Advisor and Activist

    Ah…My brain stopped at the part where ‘Can you activated on a subsite’ which … right, I see now πŸ™‚ Looking at my wp-config file, I betcha I can guess what the line is!

    define( 'BP_ROOT_BLOG', 1 );

    Hi, Paul

    I saw your post about the code to internal configuration settings that can be changed by adding a configuration definition line to your wp-config.php file. With a list of the current setting that can be changed:

    I actually want to do the oppisite of this code.
    Allow BuddyPress to function on multiple blogs of a WPMU installation, not just on one root blog:
    define ( ‘BP_ENABLE_MULTIBLOG’, true );

    I want Buddy Press on just ONE of my sites/blogs all all the others to be left alone, but once I install the plugin the is only one choice for activation.”NETWORK ACTIVATE”

    Would you happen to know a way I can do this. Just activate on ONE site. Could there be a way to edit the wp-config.php to do this like

    for example:
    define ( ‘BP_ENABLE_sitename.com’, true );

    Thanks

    You can’t.

    It;s network activated, but it only *shows* on one blog.

    Allow BuddyPress to function on multiple blogs of a WPMU installation, not just on one root blog:

    Right now BuddyPress uses the same (global) user table across the whole installation. You cannot have a different one for each blog in a network.

    The filters are there to help with this, but no one has written any plugins to help or docs.

    Further, for any extra information on this, please go to the BuddyPress forums where this is discussed at length.

Viewing 14 replies - 1 through 14 (of 14 total)
  • The topic ‘Integrating multisite with buddypress’ is closed to new replies.