| Code: |
##############################################################
## MOD Title: DHTML Collapsible FAQ MOD
## MOD Author: markus_petrux < phpbb.mods@phpmix.com > (Markus) http://www.phpmix.com
## MOD Description: This MOD allows an easier FAQ navigation using DHTML, so the user can toogle
## the display attribute to expand/collapse the answers. It only shows an answer at a time.
## If the browser does not support write access to the display attribute, it reloads the FAQ
## page with the "default" template.
## MOD Version: 1.0.0
##
## Installation Level: (Easy)
## Installation Time: 5 Minutes
## Files To Edit: 2
## faq.php
## language/lang_english/lang_main.php
## Included Files: 2
## templates/collapsible_faq.js
## templates/subSilver/faq_dhtml.tpl
##############################################################
## For Security Purposes, Please Check: http://www.phpbb.com/mods/ for the
## latest version of this MOD. Downloading this MOD from other sites could cause malicious code
## to enter into your phpBB Forum. As such, phpBB will not offer support for MOD's not offered
## in our MOD-Database, located at: http://www.phpbb.com/mods/
##############################################################
## Author Notes:
##
## phpBB related:
## - Tested with phpBB 2.0.10
## - It is highly recommened to use EasyMOD to install this MOD.
##
##############################################################
## MOD History:
##
## 2004/09/11 - 1.0.0
## - Initial Beta release
##
##############################################################
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD
############################################################## |