• 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 be echo '<script type="text/javascript" src="'.$pluginPath.'js/faq-frontend.js"></script>';

    I hope that these small fixes will take effect in the future.

    http://wordpress.org/extend/plugins/faq-you/

Viewing 1 replies (of 1 total)
  • I’d like to see it be able to handle <ul> and <ol> as well instead of it breaking the js auto-hide like it does now. They’re basically critical if the answers to any of your FAQs are how-to procedures, and I uninstalled after a quick test-drive for this reason.

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: FAQ You] Suggestions for future fixes’ is closed to new replies.