• Hi,

    hope you can help me.

    I’ve 3 membership-websites.

    I’ve allready changed wp-config so all users from one site can log in into every other site. (wp_users and wp_usermeta)
    Everything works fine.

    My last problems: If someone change his userpic on one site, it’s not changed on all other sites. The second issue is that the leaderboard doesn’t update on all sites.

    I was looking for a way to solve this issues and I found that the pictures and the leaderboard data is saved in wp_posts database.

    So my way of solution is to define the wp_posts and wp_postmeta of the second and third website to the database of the first like I made it with wp_users and wp_usermeta.

    How can I do this?

    define (‘__________’, ‘wp_posts_website1’);
    define (‘__________’, ‘wp_postmeta_website1’);

    I hope you can help me.
    Much thanks and best regards,
    Philipp

Viewing 1 replies (of 1 total)
  • Thread Starter Philipp

    (@phisch93)

    My question in short format:

    I’ve 2 blogs.
    test.domain.com and test1.domain.com

    Can I change ‘wp_posts_test1’ into ‘wp_posts_test’ in wp-config.php?

    So that TEST1 is allready running on this test1.domain.com but the posts are saved in database of TEST.domain.com?

    Best regards, Philipp

Viewing 1 replies (of 1 total)
  • The topic ‘define wp_posts’ is closed to new replies.