Topic: FAQ Mod v1.0
##
## Mod title: FAQ Mod
##
## Mod version: 1
## Works on PunBB: 1.1.2
## Release date: 2004-03-18
## Author: Colin Carmichael (colin.carmichael@sympatico.ca)
##
## Description: This Mod adds a fully-customizable FAQ page that is
## managed through the admin panel. Add/delete/edit/reorder
## questions and answers to suit your changing needs!
##
## Affected files: common_admin.php
## functions.php
## en_common.php
##
## Affects DB: Yes
##
## Notes: *****IMPORTANT*****
##
## Before uploading faq.php you MUST do the following...
##
## 1) Create a topic in your forum where users can can
## ask questions to be answered/added to the FAQ
##
## 2) Open faq.php... find line:40... change URL to
## reflect the URL of your new topic.
##
## OPTIONS:
## 1) If you do not want moderators to edit the FAQ, ignore
## steps 8 & 9. (They could still do it by manually entering
## the URL, but if you can't trust your mods....)
##
## 2) I have removed the set relative widths for the admin
## nav bar to make room for the FAQ link (steps 8 & 9). You
## could, alternatively, just add the FAQ line and manually
## adjust the widths of the rest.
##
## ::::::::::::::::::::::::::::::::::::::::::::::::::::::
## This is my first Mod... If there are errors please be
## kind! Thanks to MarcB and Rickard for their help!
## Thanks to Jansson for the install_mod script!
## ::::::::::::::::::::::::::::::::::::::::::::::::::::::
##
## Generated with ModGenerator (http://modgen.cactuz.nu/)
## on: 2004-03-18 17:18:28
##
## DISCLAIMER: Please note that "mods" are not officially supported by
## PunBB. Installation of this modification is done at your
## own risk. Backup your forum database and any and all
## applicable files before proceeding.
##
##
The mod can be downloaded from Punres here: FAQ Mod
or directly here: FAQ Mod
EDIT: [DONE]If someone wants to create an install_mod.php for me I'll include it... my DB skills are sorely lacking!![/DONE] Thanks, Jansson