WP Hive » Installation and Configuration

Sharing user database

(6 posts)
  • Started 1 year ago by crismcconkey
  • Latest reply from crismcconkey
  • 1 Members Subscribed To Topic

  1. crismcconkey
    Member

    I installed wp-hive installed, after discovering the Wordpress 3.0 multi-site network has a majo problem in that it will not allow anyone but the super admin from adding video embed code to a post. The code is stripped, and efforts to modify user capabilities via User Role Editor plugin are futile. Sinec I am administering a video sharing site, Wordpress 3.0 networking had to go.

    So I've installed wp-hive and installed a second site on a sub-domain where I have installed BuddyPress.

    Now I want to sync users. I see that this was comparatively easy for separate installation, at least in WP2.9. See Justin Tadlock http://justintadlock.com/archives/2008/09/20/installing-two-wordpress-blogs-with-the-same-users .

    But Justin Tadlock's simple method wont work with wp-hive because there is no separate wp-config.php file for the second blog for me to edit.

    Might it be possible to modify the wp-hive code to effectively do what Justin Tadlock's additional code does when iserted in config.php for the second blog?

    Here it is:

    Blog B’s table prefix should be different. We’ll change it to something like this in Blog B’s wp-config.php file:

    $table_prefix = 'blogb_';
    In the same file, find this line:

    /* That's all, stop editing! Happy blogging. */
    Just above it, add:

    define('CUSTOM_USER_TABLE', 'wp_users');
    define('CUSTOM_USER_META_TABLE', 'wp_usermeta');

    I am not a php code writer, and it would take me way too much time to learn enough to figure it out. What I want is to use the user tables from the first installation in ALL wp-hive blogs.

    Since I'm still in development and there isn't much on the site, I'd be willing to test out a code modification if someone who does know php can tell me how to go about a modification.

    Posted 1 year ago #
  2. ikailo
    Developer

    That's an interesting limitation of WP Multisite.

    The single-sign-on add-on does pretty much exactly what you are requesting. :)

    Posted 1 year ago #
  3. crismcconkey
    Member

    If I could apply yearly subscription to lifetime, should I choose to keep it, I might consider it. What I am doing is not commercial, and $$ are tight.

    Posted 1 year ago #
  4. ikailo
    Developer

    Yes, that could be arranged. You could also just purchase a monthly subscription to get the download and see if it will work.

    Remember, you don't need a license to use it. Just a subscription to download it and to have access to updates when they come out.

    Posted 1 year ago #
  5. crismcconkey
    Member

    That is quite reasonable.

    Posted 1 year ago #
  6. crismcconkey
    Member

    When will I receive a password so I can download?

    Posted 1 year ago #

RSS feed for this topic

Reply

You must log in to post.