aber ich werde es lieber auf mein TEST foren zuerst testen

hab auch dazu eine frage:
ich kapier dieses hier nicht :
Code: Alles auswählen
## o to use real sub-forums feature :
## just run the SQL statement on forums table, pointed as optional.
## SQL statements on categories table are NOT optional.
##
##
## o To be able to edit your languages installed on the board, please install the administration
## language management tool included in the mod-lang_settings directory :
## mod-lang_settings/MOD-lang_settins.txt (if you haven't Profile Control Panel v1.0.4 and +)
##
## o Admin can also choose to override the users choice for each setup parameter.
##
## o Users can choose their prefered setup : require full mods settings mod to be installed :
## mod-mods_settings/MOD-mods_settings-users_choices.txt (if you haven't Profile Control Panel v1.0.4 and +)
Code: Alles auswählen
## o This version includes a new forum administration option that will cover the forum management
## and the forum permissions. You can still use the standards options, but if you prefer to use the
## new tool, you will avoid to modify the admin_forums.php (part 2 of the mod), so the mod will be
## easier to install.
##
## NB.: Take care while cleaning the auth constants definition to get back any added field
## into includes/def_auth.php.
##
##------------------------------------------------------------
##
## o You have to CHMOD 666 those files if you want to use the cache system :
##
## includes/def_themes.php
## includes/def_tree.php
## includes/def_words.php
##
##
## o If you don't want to use the cache system, just comment or remove at top
## of functions_categories_hierarchy.php the following lines :
##
## define('CACHE_TREE', true);
## define('CACHE_WORDS', true);
## define('CACHE_THEMES', true);
##
## o if you are using the management + (admin/admin_forums_extend.php), the modification of
## admin/admin_forums.php is facultative.
##
##------------------------------------------------------------
##
## This mod can be installed using Nutzzy's EasyMOD v 0.0.10a ( http://phpbb.com/phpBB/viewtopic.php?t=125071 ),
## on a phpBB 2.0.4, 2.0.5 and 2.0.6