Link to ModThere is no support for this mod from the mod author, thanks goes to those who only complains but never actually show any gratitudeLicense * This SMF modification is subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this SMF modification except in compliance with
* the License. You may obtain a copy of the License at
*
http://www.mozilla.org/MPL/Special thanks to
Spuds for that awesome debugging
This mod needs php 5.2+ to work properlyDescriptionThis mod allow you to have a separate page where you can publish your FAQs (Frequently Asked Questions)
some features:
-Categories, you can add as many categories as you want.
-Permission to Edit/Add/Delete FAQs and categories.
-Pagination, to easily navigate through the FAQs if you have too many of them.
-3 ways to sort your FAQs, by title, by ID or by category.
-Select the position for the FAQ button within your Main Menu.
-You can use JavaScript to hide the body/answer to save some space, to show the body/answer, just click on the title.
-Permission to "see" the FAQ page.
-You can use BBC code on your FAQs, this mod uses the SMF editor which make it easy to add/edit your FAQs.
This mod uses hooks, which means non of your files are edited during the installation.
for SMF 2.0.x onlyLaguage-English
Change Log- 2.0
Cleaner code.
Search feature.
Add more links to manage faqs and cats.
Separate permissions for adding, editing, deleting and searching.
-1.2
Fixed a bug with the categories been reset when editing a faq.
Re-write in OOP, the mod now performs less queries by using the cache system if avaliable.
Some code improved.
-1.1
-Added categories
-Permission to Add/Edit/Delete FAQs and Categories.
-Lots of bugs fixed.
-Previews.
-1.0.1
-Revamp of language strings.
-Use of javascript:void(0) instead of # on Faq.template.php.
-Fixed an issue witht the WYSIWYG editor, thenks to Tenma.
-1.0
-Finished first version.