regels mod
Geplaatst: 27 aug 2004, 10:53
Bestaat er een mod waar alle regels op een losse pagina staan ?
Code: Selecteer alles
Naam file: lang_rules.php
<?php
/***************************************************************************
* lang_rules.php [english]
* -------------------
* begin : Wednesday Oct 3, 2001
* copyright : (C) 2001 The phpBB Group
* email : support@phpbb.com
*
* $Id: lang_rules.php,v 1.4.2.2 2002/08/04 17:21:22 dougk_ff7 Exp $
*
*
***************************************************************************/
/***************************************************************************
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
***************************************************************************/
//
// To add an entry to your RULES simply add a line to this file in this format:
// $rules[] = array("question", "answer");
// If you want to separate a section enter $rules[] = array("--","Block heading goes here if wanted");
// Links will be created automatically
//
// DO NOT forget the ; at the end of the line.
// Do NOT put double quotes (") in your RULES entries, if you absolutely must then escape them ie. \"something\"
//
// The RULES items will appear on the RULES page in the same order they are listed in this file
//
$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");
$rules[] = array("--","Category 2");
$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");
$rules[] = array("--","Category 3");
$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");
//
// This ends the RULES entries
//
?>
#-----[ 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.
Ik snap het niet wat je boeld dit is toch de regels mod ma kan ik dan zelf geen regels maken voor het forum ?cdrom-la schreef:ik geloof
$rules[] = array("--","Gedracht regels");
$rules[] = array("Rule", "Niet vleoken");
$rules[] = array("Rule", "niemand uitschelden");
$rules[] = array("Rule", "etc");
Ik vindt niet direkt een geschikte andere die een beetje overeen komt met de deze.cdrom-la schreef:Je moet het via de lang aanmaken]
als je dit moeilijk vindt kun je beter een andere rules mod zoeken