[Plugin: FAQ You] Suggestions for future fixes
-
This is a very good plugin and i thank the developer.
I would like to suggest two things for a future upgrade of this plugin:
1. The two new database tables that this plugin creates must have utf8_general_ci collation (it is the one that wordpress uses)and not latin1_swedish_ci. In this way it will be able to support more languages for questions and answers. Now if you put any other language except English, it shows symbols like ??????????? due to the character encoding.
2. In file faq.php line 171 you have
echo '<script src="'.$pluginPath.'js/faq-frontend.js"></script>';
This gives an error when you try to make a W3C validation of the blog. The correct code should beecho '<script type="text/javascript" src="'.$pluginPath.'js/faq-frontend.js"></script>';I hope that these small fixes will take effect in the future.
The topic ‘[Plugin: FAQ You] Suggestions for future fixes’ is closed to new replies.