jmwebmaster
Forum Replies Created
-
Forum: Plugins
In reply to: [Helpful] Impossible to display name and email fields for votersThank you so much for your help. It works perfectly. I thought setting the ‘helpful_feedback_send_email_voter’ option to ‘on’ was sufficient to trigger the email field display in the feedback form. Sorry for the noise. Have a nice week-end.
Forum: Plugins
In reply to: [Helpful] Impossible to display name and email fields for votersThank you for your answer. The template was one of a previous version, but the problem is still here with the default feedback.php.
I confirm I’m not connected while trying of course.
Then I tried to deactivate/delete helpful, and re-install a new version. And I saw all my previous settings were still there.
If some options are corrupted in the DB, how can I delete manually these previous options?
Forum: Plugins
In reply to: [Helpful] How to change the displayed languageHello,
in fact, I found a trick to get what I want: option filters. For example, if I need to translate the ‘helpful_feedback_email’ option, I write in functions.php:add_filter (‘option_helpful_feedback_email’, ‘My_Translation_Fct’);
Now, I can have all the options translated, even if the template is called with Ajax, since the filter ‘the_content’ doesn’t work with an Ajax call.
Now the question is, is there a filter which would work as the ‘option_xxx’, but for the whole rendering of an Ajax call, not specifically for an option?
Have a nice week as well
Forum: Plugins
In reply to: [Helpful] How to change the displayed languageThank you for your answer, but, I think I didn’t explain what exactly my problem is. For example, in the backend, in “Texts” tab, we have “Before voting” texts to define. The goal is to display these texts in the user’s language, and I have just one field for just one language. How can I do to have more than one language here?