FAQS 1.0
FAQS for your vanilla Forum.
This plugin requires Custom Pages plugin. Do not upload this as a plugin, read the tutorial here
Tutorial.
This great little set of scripts helps you create your very own FAQ section for your vanilla forum.
to start you need to download and upload CustomPages upload it to your plugins folder
from our download package, upload the faqs.php page to your CustomPages > pages folder.
in your themes folder > your theme name > create a folder called faqs.
upload our plugin ( all files in Faqs folder you downloaded to faqs using ftp )
First to edit is answers.php , look at the file and change my-forum-theme-name to your forum theme name, so if you use default change to default.
now go back to CustomPages folder, and in the pages folder, edit faqs.php
change all instances of 'my-forum-theme-name' to your forums theme name, so if it is default change it to default.
Save all changes.
Now in dashboard , click on Routes in left hand menu under Settings My Control Panel.
Click [Add Route] button.
Add this info...
Route Expresion = faqs
Target = plugin/page/faqs
Type = internal
Click Save
Last Part is now adding the menu item.
Goto themes > your theme > views and open default-master.php
find this line
$this->Menu->AddLink('Activity', T('Activity'), '/activity');
right after it add:
$this->Menu->AddLink('Faqs', T('Faqs'), '/faqs');
Thats it you are done. You can now begin adding FAQS to you answers.php file.
Have Fun.
Vanilla 2021.009 Compatibility
The community has said nothing.
Version History
1.0 | December 2011 |