jbb21
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Simple Booking Calendar] Special Chars and translationI found that there is htmlentities() that is used to output the description.
Actually on localhost it is working but not on production, I guess this is a server or PHP version or something else that is in cause.For the translation, I had to manually add a the translation function __() to output the description in order to make it work and swith to french / english.
Hope this will be added to a future update.
Forum: Plugins
In reply to: [WP Simple Booking Calendar] Special Chars and translationFor the translation issue it would be solved if using the translation function for printing the description.
For the special chars issue maybe incoding and decoding it with htmlentities().
Maybe I can change this in the core but what about future updates ?
Speaking update, I can I know there is an available update, does it create an message in the admin section ?
Does the link I got the first time will be a link that goes to the updated plugin download ?Thank you.
Forum: Plugins
In reply to: [Import and export users and customers] Show fields in profile?I found the answer.
I update the database manually.
In the options table : I inserted the value 1 for the option : acui_show_profile_fields.Now It shows the custom fields but I cannot update the value from WP admin panel because the option get unchecked when saving.
I don’t know if it is because I am using a multisite ??