with regards to template files – http://wp-events-plugin.com/documentation/using-template-files/
eg.
wp-content/themes/Your Theme/plugins/events-manager/templates/my-bookings.php
wp-content/themes/Your Theme/plugins/events-manager/forms/event/bookings-ticket-form.php
wp-content/themes/Your Theme/plugins/events-manager/forms/event/bookings.php
Does it work also for all other plugins?
Hi Christian and Angelo
I would like to suggest that in a future build that the ability to copy the settings to another installation of EM be included, for example in: Settings>General>Admin Tools. Thanks for your considerations.
1) Does it work for the .po and .mo files?
2) When I updated the plugin, all my personal settings about the columns displayed in the front and back-end are reset (see
attached image).. why?? Is there any way to prevent it?
3) One curiosity, does it work also for all other plugins?
@cristian Romanello
sorry for the confusion but can I know what do you mean?
This practice of copying the plugin’s files into wp theme folder to avoid customizations overriding caused by the updates, works also with the translation’s files (.po and .mo)?
Does this system work also for all other plugins?
It only applies to template files.
It’s not automatic, so plugins specifically need to use a system like this.
If I customize my translated files (.po and .mo), where have I to upload them to prevent future overriding?
Are these two possibilities?
/wp-content/plugins/events-manager/includes/langs/
/wp-content/languages/plugins/
you can try under EM language dir instead.
Hi π I need to add one single simply code snippet, this:
if(require_once (ABSPATH . 'functions-package/events-managerCustomEventBookingHandler.php'))
{
return;
}
into the file em-actions.php, exactly after the row:
if ( $_REQUEST['action'] == 'booking_add') {
Is there any way to implement this avoiding updates override?