[Solved] Import Auto Responders and List Config
Hi,
I am currently setting up the plugin on a test site because the final set up will be rather complicated 20 lists and even more autoresponders. Is there a way to export/import that to the live site when I'm ready ? I noticed that the Wordpress export function does the Newsletters. The rest of the config would be nice though. If I need to do it via MySQL somehow that would work.
I am currently setting up the plugin on a test site because the final set up will be rather complicated 20 lists and even more autoresponders. Is there a way to export/import that to the live site when I'm ready ? I noticed that the Wordpress export function does the Newsletters. The rest of the config would be nice though. If I need to do it via MySQL somehow that would work.
Tagged:
Comments
Thank you for your post.
The plugin currently doesn't export or import the autoresponders and mailing lists specifically. Neither does it export or import other things like configuration settings. We have had requests for these features and we are working on making them possible.
In the meanwhile, the best way to migrate the plugin over from the test site to the live site is to export the database tables starting with
wp_wpml...
from your test site database to a SQL file using a tool such as phpMyAdmin and then import the SQL into the live site database again to migrate things over.Let me know if this helps and if you manage with it.
You are welcome, I'm glad to assist you.
Yes, that's right, the plugin has it's own database tables starting with
wp_wpml...
if your WordPress database prefix iswp_
Let me know if you manage with it or if you need further assistance.
I'm glad to hear that you managed to resolve this problem.