This probably isn’t the place to put this but I have found this plugin to be VERY limited in usability.
1. Even thought I can add “categories” in admin, they do not show up on the user page. Thus all questions are sorted by first letter in the sentence.
2. All questions are sorted by first letter in the sentence/question regardless of category. To me, more important questions should top the list. Or the order of questions should be modifiable in admin.
3. Question order is immutable.
4. There should be a + sign at the end of a question when the javascript is selected so users know they can click the question to get the answer. This is NOT apparent to many users.
5. Sufficient spelling and grammar errors as to indicate a lack of attention to detail.
]]>Installed fine, inserted into a page and went to add a new FAQ. I was able to create categories just fine but when I went to create a new FAQ and and assign it to a new category, this showed up on the FAQ manager page under Topic after I created the page and the FAQ doesn’t show up under the FAQ page.
Fatal error: Call to undefined function: str_ireplace() in /home/content/g/r/e/greasel/html/wordpress/wp-content/plugins/imasters-wp-faq/imasters-wp-faq-manager.php on line 481
Anyone have any ideas what’s going on? This is a pretty robust FAQ plugin and would love to use it as it has the ability to reorder the FAQ posts and has more managing features and category creation etc. etc.
]]>I’ve installed this plugin and found an error in file imasters-wp-faq in function textdomain() line 102.
The original script is:
load_plugin_textdomain( 'imasters-wp-faq', False , WP_PLUGIN_DIR . 'imasters-wp-faq/assets/languages' );
Should be this:
load_plugin_textdomain(
'imasters-wp-faq', // Plugin text domain reference
false, // False - deprecated parameter
basename( dirname( __FILE__ ) ) . '/assets/languages' // Path to translation files
);
Attention to the sheme named .mo and .po files
Rename the files like this:
imasters-wp-faq-fr_FR.po
imasters-wp-faq-fr_FR.mo
There is no possibility for the users, to add questions by themeselves to the FAQs.
]]>I can’t insert hyperlinks into the FAQ answers. Am I doing something wrong?
]]>