Skip to:
Content
Pages
Categories
Search
Top
Bottom

WP Multi Network


  • allQoo
    Member

    @jacco

    I was brought to here by the plugin support page [ http://wordpress.org/extend/plugins/wp-multi-network/ ]. I have no idea why BP is related to it. Anyway I installed the subject plugin but can’t find any setting link on my control panel.

    The readme told me to “You will need to have the multi-site functionality turned on and working before using this WP Multi Network.” But what the hall I can’t find the “ulti-site functionality” neither.

    I am on WordPress 3.0-beta-1.

    Anyone has any idea?

Viewing 18 replies - 1 through 18 (of 18 total)

  • paulhastings0
    Participant

    @paulhastings0

    First I’ve heard of the plugin. The plugin author is one of the 3 main coders for BuddyPress though. You might try sending him a message: https://buddypress.org/developers/johnjamesjacoby/


    paulhastings0
    Participant

    @paulhastings0

    First I’ve heard of the plugin. The plugin author is one of the 3 main coders for BuddyPress though. You might try sending him a message: https://buddypress.org/developers/johnjamesjacoby/


    D Cartwright
    Participant

    @aekeron

    Ooh… Looks very interesting. *downloads to read through the code*


    D Cartwright
    Participant

    @aekeron

    Ooh… Looks very interesting. *downloads to read through the code*


    Windhamdavid
    Participant

    @windhamdavid

    @jacco ~ in order to find the multi site functionality ~ you’ll need to enable it multi by adding this to the wp-config.php file define( 'WP_ALLOW_MULTISITE', true );


    Windhamdavid
    Participant

    @windhamdavid

    @jacco ~ in order to find the multi site functionality ~ you’ll need to enable it multi by adding this to the wp-config.php file define( 'WP_ALLOW_MULTISITE', true );


    Paul Wong-Gibbs
    Keymaster

    @djpaul

    Also, I believe that Andrea Rennick is working on a similar plugin called “Networks+”; interesting times are ahead for those who need this sort of thing.


    Paul Wong-Gibbs
    Keymaster

    @djpaul

    Also, I believe that Andrea Rennick is working on a similar plugin called “Networks+”; interesting times are ahead for those who need this sort of thing.


    Andrea Rennick
    Participant

    @andrea_r

    :D

    The the OP: Do you have the Network enabled in the beta? That has to be on first.


    Andrea Rennick
    Participant

    @andrea_r

    :D

    The the OP: Do you have the Network enabled in the beta? That has to be on first.


    stormin303
    Participant

    @stormin303

    Here’s a question regarding the WP-Multi Network Plugin and WordPress 3-RC1

    Everything works swimmingly so far apart from one thing. When I try and signup up for a new blog on one of the networks it doesn’t redirect to the wp-signup.php file corectly. Works fine on the main site but not on the multi network sites I’ve setup.

    Guessing this can be fixed using .htaccess to redirect those requests so any tips on how to go about this would be fantastic.


    @mercime
    Keymaster

    @mercime

    Well, whomp there it is! Thanks @johnjamesjacoby


    John James Jacoby
    Keymaster

    @johnjamesjacoby

    You’re welcome :)

    I’ll be revisiting this plugin soon after 3.0 drops.


    abcde666
    Participant

    @erich73

    cool John !
    That is exactly what I was looking for:
    one User-Login over several BP-pages having different domains (not sub-domains).

    I hope so….this plug-in is phenomenal.

    I found a conflict with Multi Network & Buddypress. When you activate buddypress on a new network, the title_ tags & toolbar displays the title of the main site from the original network. Is there a fix for this?

    I was getting a redirect loop on the wp-signup.php page on my sub networks

    Well found out what’s causing the problem here
    https://core.trac.wordpress.org/ticket/13211#comment:1

    It has to do with the code that is in wp-signup.php in lines 25 -33

    if ( !is_multisite() ) {
    wp_redirect( get_option( 'siteurl' ) . "/wp-login.php?action=register" );
    die();
    }

    if ( !is_main_site() ) {
    wp_redirect( network_home_url( 'wp-signup.php' ) );
    die();
    }

    Wordpress doesnt allow signups on subsites. When someone tries to sign up on a sub site, it redirects them to the main site.
    I am using the multi network plugin,
    (https://wordpress.org/extend/plugins/wp-multi-network/)
    even though a site may be the main site for an additional network, wordpress still sees it as being a subsite so it keeps redirecting in an endless loop. By commenting out those lines it fixed the problem.

    Is there a way to make a plugin for this instead of having to hack core?

    Here you have a step by step tutorial for the WP Multi Network Plugin.

    Hope it works for you.

    http://www.uv.mx/personal/gvera/2010/11/19/how-to-use-the-wp-multi-network-plugin/

Viewing 18 replies - 1 through 18 (of 18 total)
  • The topic ‘WP Multi Network’ is closed to new replies.
Skip to toolbar