Is there a way to export a list of all events in the backend (csv format)? It would be important that this list contains all the information (including the event ID) about the events. I can't find a simple way to do this.
I also have access to the mysql database of Amelia and could export the corresponding table (which?) of the database so that I can prepare the data myself.
Is there a way to export a list of all events in the backend (csv format)? It would be important that this list contains all the information (including the event ID) about the events. I can't find a simple way to do this.
I also have access to the mysql database of Amelia and could export the corresponding table (which?) of the database so that I can prepare the data myself.
Do you have any hint for me on how to proceed?
Kind regards
Thomas Maxara
Hello Thomas,
Thank you for reaching out to us.
The only option would be to export the wp_amelia_events table from the database.
Please let me know if that worked for you.
Looking forward to your reply.
Kind Regards,
Uros Jovanovic
[email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps, and floor plans, choropleth maps and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
Hello Uroš,
This works very well for me. Thank you for your support.
So I also had an idea how to change the booking open time for all events at once....
UPDATE `wp_amelia_events` SET `bookingOpens` = ' NEW TIME ' WHERE `bookingOpens` = ' OLD TIME ' ;
Kind regards
Hello Thomas,
Glad to hear that. Please let me know if that worked for you.
Looking forward to your reply.
Kind Regards,
Uros Jovanovic
[email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps, and floor plans, choropleth maps and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables