Seite 1 von 1

Frage zum Cat-hierarchy

Verfasst: 18.10.2004 18:29
von frank1606
Hallo

hab da mal ne frage zum cat-hierachymod.
In der anleitung steht da folgendes.
## Versions 2.0.x of phpBB accept only a forum to be attached to a category. The mod can allow
## if you wish to attach a forum to another forum, or to the index. Such an attachment won't be recognized
## original phpBB progs, and so the forum won't be displayed at all, or will be seen attached to a category,
## having the same id that the parent forum : this is only a display issue, and won't impact posts nor
## authorisations, nothing will be lost :). If you plan to remove the mod, just re-attach the sub-forums
## to a category, and all will be ok.
##------------------------------------------------------------
##
## MOD-cache will settle the cache system, and is required for categories hierarchy
## if you don't have yet installed it, install it FIRST.
## Part 1 of this mod will include the new admin forums tool to your board
## Part 2 of this mod will modify the old admin forums phpBB progs, and is facultative
##
##------------------------------------------------------------
##
## 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 :
## (nb.: all caches are not fully used by this mod)
##
## includes/def_birthday.php
## includes/def_ranks.php
## includes/def_smilies.php
## 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_cache.php the following lines :
##
## define('CACHE_WORDS', true);
## define('CACHE_THEMES', true);
## define('CACHE_SMILIES', true);
## define('CACHE_RANKS', true);
## define('CACHE_BIRTHDAY', true);
## define('CACHE_TREE', true);
##
## (nb: in all cases you have to install the MOD-cache part, even if you don't want to use caches)
##
## o if you are using the management + (admin/admin_forums_extend.php), the modification of
## admin/admin_forums.php is facultative


Könnte mir das einer Übersetzen??
Denn ich Verstehe nicht so ganz was das heissen soll und welche Datenbankänderungen ich machen muss.

Vielen Dank

MFG
Frank