Description du MOD : Permet de faire des sous forums
Auteur du MOD : niekas < N/A > http://www.freedomlist.com
Niveau d'installation du MOD : Facile
Version du MOD : 1.0.6 (beta)
Version de phpBB compatible : 2.0.17
Démo : http://achaab77.free.fr/shadow/index.php
Compatible EasyMOD : Oui
Add-on :
- Garder l'état de l'image du Forum Principal en "Non Lu"
- Jumpbox adapté aux forums parents
- Marquer les sous forums comme étant lu
- Code: Tout sélectionner
##############################################################
## MOD Title: Attached forums or pseudo sub-forums MOD
## MOD Author: niekas < N/A > http://www.freedomlist.com
##
## MOD Description: This mod allows you to "attach" specific forums to another so that they
## are not displayed on the main index page but inside another forum. This emulates the sub-forums
## features but does not really create true sub-forum functionality.
##
## MOD Version: 1.0.6 (beta)
##
## Installation Level: (Easy)
## Installation Time: 10 Minutes
##
## Files To Edit: includes/functions.php
## admin/admin_forums.php
## index.php
## viewforum.php
## viewtopic.php
## posting.php
## templates/subSilver/index_body.tpl
## templates/subSilver/viewforum_body.tpl
## templates/subSilver/viewtopic_body.tpl
## templates/subSilver/admin/forum_edit_body.tpl
## templates/subSilver/admin/forum_admin_body.tpl
## templates/subSilver/posting_body.tpl
## language/lang_french/lang_main.php
## language/lang_french/lang_admin.php
##
## Included Files: N/A
##
## License: http://opensource.org/licenses/gpl-license.php GNU General Public License v2
##############################################################
## For security purposes, please check: http://www.phpbb.com/mods/
## for the latest version of this MOD. Although MODs are checked
## before being allowed in the MODs Database there is no guarantee
## that there are no security problems within the MOD. No support
## will be given for MODs not found within the MODs Database which
## can be found at http://www.phpbb.com/mods/
##############################################################
## Author Notes:
##
## This mod is based on pseudo attached forum mod by Harishankar (http://literaryforums.org).
## It has been rewritten from ground up.
## Test this MOD in a testing/isolated enviroment if you have heavy modded forum.
## Installs fine with EasyMod on vanilla phpBB setup
##
##############################################################
##
## Informations : Ce mod a été testé et remit en page par l'equipe mod de phpBB.biz
##
## Vous en trouverez la derniere version a cette adresse :
## http://forum.phpbb.biz/viewtopic.php?t=94789
##
## Le support se trouve a cette adresse :
## http://forum.phpbb.biz/viewtopic.php?t=95948
##
##############################################################
## MOD History:
## 2005-05-07 - Version 1.0.6
## -Display parent forum in navigation bar in viewforum viewtopic and posting files
## -Admin panel displays tree of parent/child subforums
##
## 2005-05-01 - Version 1.0.5
## -Rewriten and Improved backend administration
## -Works with EasyMod
##
## 2005-04-26 - Version 1.0.4
## -Check new posts on children forums when viewing parent forum
##
## 2005-04-24 - Version 1.0.3
## -display latest topic subject on index and subforums
## -combine parent forum and subforums post and topic count on index
## -display subforum last post if subforum has newer post than a parent forum
##
## 2005-03-25 - Version 1.0.2
## -Improved index generation - removed database querries inside the loop
## -Added indicator for new subforum posts on index
## -No database querries on viewforum.php if forum has no subforums
## -Added last post link on subforums on viewforum.php
##
## 2004-12-11 - Version 1.0.1
## - Alpha release :)
##
##############################################################
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD
##############################################################

