• Hello,
    we have a WP website with a membership plugin for paid content. Now we would like to create a second WP website that should also contain a slightly modified member area.
    First of all, we have a few important questions:
    Is it possible for someone to register on one website (www.eizellspende.de) and also gain access to the members’ area of the other website (www.deine-kinderwunschmanager.de)? If so, how do I do it?
    If not, can I just keep copying members from one website to the other by hand?
    Or do you have a different solution?
    Thank you
    Chris Schmid

Viewing 1 replies (of 1 total)
  • Plugin Support yuriinalivaiko

    (@yuriinalivaiko)

    Hello,

    One possible solution is to convert your existing site into a multisite. Read documentation related WordPress Multisite here: https://developer.www.ads-software.com/advanced-administration/multisite/
    Subsites in the WordPress Multisite network use a one database.

    Another possible solution is creating a new single-site WordPress installation for your new website. Once the site is created, export users from your existing site and import users to your new website. You have to export/import wp_users and wp_usermeta database tables to transfer users data.
    It’s simple. But if you want to sync new users between two single-sites upon registration, then it is difficult. You’ll need to set up integration through some external service.

    Regards

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.