Rules
Verfasst: 19.06.2003 15:29
Ich hab da mal ein Problem:
###############################################
## Mod Title: Advanced forum rules
## Mod Version: 0.9.0
## Author: ExplicitFaktorX, Canada < ExplicitFaktorX@hotmail.com > http://www.deadzoneforums.vze.com
## Description: This mod will add a page for rules into your phpBB2 forum
##
## This mod is for phpBB2 ver 2.0.2
##
##
## Installation Level: Easy
## Installation Time: 5-25 Minutes
## Files To Edit: 4
## language/lang_xx/lang_main.php
## includes/page_header.php
## includes/constants.php
## templates/xxx/overall_header.tpl
## language/lang_xxx/lang_rules.php
##
## Included Files: 3
## language/lang_xxx/lang_rules.php
## includes/templates/xxx/rules_body.tpl
## rules.php
##
## History:
## 0.9.0 - Initial release phpBB2 ver 2.0.2
##
#
#-----[ OPEN ]------------------------------------------
# (make sure to edit this file for every language your board uses).
language/lang_xxx/lang_rules.php
#
#-----[ FIND ]------------------------------------------
#
$rules[] = array("--","Category 1");
$rules[] = array("Rule", "Statement");
$rules[] = array("Rule", "Statement");
$rules[] = array("Rule", "Statement");
$rules[] = array("Rule", "Statement");
$rules[] = array("Rule", "Statement");
$rules[] = array("Rule", "Statement");
$rules[] = array("Rule", "Statement");
#
#-----[ ALTER TO SUIT NEEDS ]----------------------
#
If more categories and rules are needed just copy and paste the following statement after the rules you alter.
Erstmal $rules[] ist in lang_rules.php nicht vorhanden und wenn ich es unter $faq[] = array(...) anhänge, wird es nicht angezeigt!
ich würde gerne $rules[] = array("Rule", "Statement") nutzen.
Was muss ich wo bzw. wie umschreiben, damit $rules[] auch ausgeführt wird, bin da langsam ratlos. Kann mir jemand helfen?
###############################################
## Mod Title: Advanced forum rules
## Mod Version: 0.9.0
## Author: ExplicitFaktorX, Canada < ExplicitFaktorX@hotmail.com > http://www.deadzoneforums.vze.com
## Description: This mod will add a page for rules into your phpBB2 forum
##
## This mod is for phpBB2 ver 2.0.2
##
##
## Installation Level: Easy
## Installation Time: 5-25 Minutes
## Files To Edit: 4
## language/lang_xx/lang_main.php
## includes/page_header.php
## includes/constants.php
## templates/xxx/overall_header.tpl
## language/lang_xxx/lang_rules.php
##
## Included Files: 3
## language/lang_xxx/lang_rules.php
## includes/templates/xxx/rules_body.tpl
## rules.php
##
## History:
## 0.9.0 - Initial release phpBB2 ver 2.0.2
##
#
#-----[ OPEN ]------------------------------------------
# (make sure to edit this file for every language your board uses).
language/lang_xxx/lang_rules.php
#
#-----[ FIND ]------------------------------------------
#
$rules[] = array("--","Category 1");
$rules[] = array("Rule", "Statement");
$rules[] = array("Rule", "Statement");
$rules[] = array("Rule", "Statement");
$rules[] = array("Rule", "Statement");
$rules[] = array("Rule", "Statement");
$rules[] = array("Rule", "Statement");
$rules[] = array("Rule", "Statement");
#
#-----[ ALTER TO SUIT NEEDS ]----------------------
#
If more categories and rules are needed just copy and paste the following statement after the rules you alter.
Erstmal $rules[] ist in lang_rules.php nicht vorhanden und wenn ich es unter $faq[] = array(...) anhänge, wird es nicht angezeigt!
ich würde gerne $rules[] = array("Rule", "Statement") nutzen.
Was muss ich wo bzw. wie umschreiben, damit $rules[] auch ausgeführt wird, bin da langsam ratlos. Kann mir jemand helfen?