Nochtans is alles goed ingesteld.
Snap er niets van
Dit is de mod:
#################################################################
## Mod Title: Board Rules
## Mod Version: 2.0.0
## Author: Dimitri Seitz
## Description: This Hack will add a site with a list of configurable rules to your board
##
## Installation Level: easy
## Installation Time: 1 minute
## Files To Edit: 1
## Included Files: lang_rules.php, rules.php, rules_body.tpl
#################################################################
## Security Disclaimer: This MOD Cannot Be Posted To Or Added At
## a site without (c) notice to me.
#################################################################
##
## Author Note:
##
## To add or modify existing rules open the file
## language/lang_english/lang_rules.phplanguage/lang_english/lang_rules.php
##
## It's simply to use, just like the faq

##
## -----------------------------
##
## You want more Hacks from me ?
## Visit
## http://www.phpBBHacks.com
## http://www.dseitz.de
##
#################################################################
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD
#################################################################
#
#-----[ COPY ]------------------------------------------
#
copy rules.php to rules.php
copy lang_rules.php to language/lang_english/lang_rules.php
copy rules_body.tpl to templates/subSilver/rules_body.tpl
#
#-----[ OPEN ]------------------------------------------
#
templates/subSilver/overall_header.tpl
#
#-----[ FIND ]------------------------------------------
#
<a href="{U_FAQ}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_faq.gif" width="12" height="13" border="0" alt="{L_FAQ}" hspace="3" />{L_FAQ}</a></span>
#
#-----[ AFTER, ADD ]------------------------------------------
#
<span "smalltext"<a href="rules.php" class="mainmenu"><img src="templates/subSilver/images/icon_mini_rules.gif" width="12" height="13" border="0" alt="Rules" hspace="3" />Board Rules</a></span>
#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
#EoM
Code: Selecteer alles