@carazo – actually, it is compatible – at least as far as I am aware (and you’re actually the plugin I recommend to users when importing). A default setup exporting all meta fields will include fields for WP-Members, since they are all user meta fields.
However, on some, the data was off by one or two columns. I’m not sure what caused that, but my test run was on a dev system that doesn’t have consistent user data (not all users have all the same fields), so that could be part of it. I’d have to test it on a user set where all users had all the same fields to know if it was really an issue.
@ahmetd97 – if that’s the issue you’re having, you can use “Import and export users and customers” in two stages to import users:
- Run an export using “Import and export users and customers” and a separate export using WP-Members
- Use the CSV from the “Import and export users and customers” export to import the main WP data for the user – primarily user_login, user_email, and user_pass, but you could include the other WP fields as well.
- “Import and export users and customers” allows you to update existing users on import, so then do a second import with the WP-Members export file. It will (should?) update the users with the additional data.
-
This reply was modified 3 years, 7 months ago by
Chad Butler.