• First of all the reason I want to do this is because I’m constructing a pseduo-social network. I want to have on section of the site using multisite for multiple blogs on of the site itself and then one section for users using p2. After this is done I want to tie together the user table for one single login. Is this doable with one database? Or should I use two

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter waltspence

    (@waltspence)

    Ok so I attempted my theory of installing two multi-site installs on one database.

    As I believed there would be, we have some issues. I can’t get the superadmin area to show up on the second multi-site install attempt with the instruction of adding the simple line of code

    define('WP_ALLOW_MULTISITE', true);

    UGH please someone tell me if this is even possible.

    Yes, but not the way you’re going about it. ??

    https://www.ads-software.com/extend/plugins/wp-multi-network/

    Users are shared. One db. Two domains, blogs under each one.

    Thread Starter waltspence

    (@waltspence)

    Thanks so much!

    Thread Starter waltspence

    (@waltspence)

    One follow up question. When I go to add a site using this plugin its giving the option to add a site under home.mysite.com/ vs. being able to add a sites full domain. I want to add users.mysite.com for individual blogging for my users.

    So it will look like this

    home.mysite.com – home.mysite.com/myblog

    Then i want to add users.mysite.com as a separate site for users to interact but still have one sign on. How do I do this?

    Add a new network called users.mysite.com.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Multiple multisite installs and single user table for one login’ is closed to new replies.