WPML compatibility
-
Hi there,
have you plans to make your cute plugin WPML compliant? I mean, translating:
– JS Confirm Warning
– Landing URL
– Link (for users that use the one tag only instead the “open” and “close” tags combination with text inside).By default, WPML doesn’t detect the strings to translate although we configure first at “Theme and plugins localizations” and secondly at “String translations”.
Thank you in advance,
S.
-
No plans at the moment, but I will look into WPML soon, thank you.
I’m always open to suggestions for making Delete Me better. Several additions have been based on suggestions from users such as yourself.
Hi,
thank you for your answer. In this way, can we talk about make this feature for us (paid as request feature) and include it for all the comunity?
Thank you in advance,
S.
In other words, maybe it could be more easy for you to include a shortcode that allows to write some text beteew the open and close tags in order to show this text in several languages without WPML.
Regards,
S.
OK, I just released v1.7 which allows you to use the term %shortcode% in your Link text on the settings page. Whatever text you place between the open and close shortcode tags will now replace the %shortcode% term when used.
The plugin works exactly the same way otherwise, it’s just a simple text replacement to get the shortcode content used as your link text the way you wanted. This way though, it doesn’t negatively effect existing users already using the shortcode content as alternative text.
Thank you very much!!!
It could be possible for you to add some code in order to control (or allow WPML to import strings) for “JS Confirm Warning” and “Landing URL”. We have noticed that if an user deletes his account this messages are always in English.
In some plugins we have noticed that it is possible to pass this strings in the shortcodes as variables, I mean: [plugin_delete_me confirm_warning=”Text in Spanish” Landing_URL=”http://www.liffebox.com/es/page”%5DText inside Shortcode tags in Spanish[/plugin_delete_me]
Thank you in advance,
S.
You’re welcome.
That can be done, yes. It won’t be as quick and easy as the previous update, but I’ll see what I can do.
Ok, thank you very much.
We are very pleased to you because we need these both features in order to include your plugin in our project to aloow users from Spanish language to have a cool expirence browsing our site.
Best regards,
S.
1.8
- Release date: 07/15/2015
- The following new Shortcode attributes may be used to override settings, but are not required: class, style, html, js_confirm_warning, landing_url.
- v1.7 change reverted – %shortcode% term no longer used, attributes were added instead for a more complete and consistent way of customizing the shortcode.
This new version (v1.8) has just been released, I believe this provides what you were asking for. Let me know if it works for you.
If you’d like to, you can Donate to this plugin, any amount would be appreciated.
Thanks for using Delete Me,
ClintHi Clint,
thank you for your effor.
By the way, it seems like “js_confirm_warning” doesn’t run, neither in English nor in other language. We have made several tests and in all of them never ask for the confirmation js popup (and it is already checked in the administration page, and delete users directly 🙂
This is how we use your plugin for English pages:
[plugin_delete_me html="<strong>YES, I WANT TO DELETE PERMANENTLY MY ACCOUNT AND DELETE ALL MY INFORMATION</strong>" js_confirm_warning="WARNING!<br /><br />Are you sure you want to delete the account and all information from user %username%?" landing_url="http://www.liffebox.com/lbb-delete-account-cconfirmation/"]<strong>SORRY, YOU HAVE NO PRIVILEGES TO DELETE YOUR ACCOUNT, PLEASE CONTACT TO LEGAL@LIFFEBOX.COM.</strong>[/plugin_delete_me]Do you see something wrong?
Thank you in advance,
Sergio
PS: how can I contact you directly for private matter?
You have it perfect except the js_confirm_warning isn’t HTML. So instead of using
<br /><br />for line break use escaped Javasript line breaks.[plugin_delete_me html="YES, I WANT TO DELETE PERMANENTLY MY ACCOUNT AND DELETE ALL MY INFORMATION" js_confirm_warning="WARNING!\\n\\nAre you sure you want to delete the account and all information from user %username%?" landing_url="http://www.liffebox.com/lbb-delete-account-cconfirmation/"]SORRY, YOU HAVE NO PRIVILEGES TO DELETE YOUR ACCOUNT, PLEASE CONTACT TO LEGAL@LIFFEBOX.COM.[/plugin_delete_me]
Notice the “\\n”, escaped line breaks.
To contact me directly just use my email address: clint3215 at gmail.com
Sorry if I am not opening a new topic as this also concerns compatibility with wpml.
Strings doesn’t seem to be translatable without using a manual hack detailed here:
https://wpml.org/forums/topic/delet-me-cant-be-translated/would it be a good idea to include the change in the plugin so we don’t lose it after updates? What do you think?
Thank you!
I just uploaded version 2.0 which is an update based on the forum topic you supplied.
A wpml-config.xml file has also been added but I don’t have access to the WPML plugin for testing so if it’s not working please let me know.
Perfect!! It seem to be working on my end! Thanks a lot for your work!
The topic ‘WPML compatibility’ is closed to new replies.