ich habe den Sitemap-Mod installiert
Code: Alles auswählen
#################################################################
## MOD Title: Sitemap MOD phpBB.de - Edition
## MOD Author: S2B < mods@s2b-project.de > (S. Praetorius) http://www.s2b-project.de
## MOD Description: This mod adds a sitemap to the forum which can be configured in the ACP. The
## sitemap is divided into categories and entries. Every entry can have a title
## in every language that is installed and optionally an image, which will be
## displayed above the title. Additionally you can set the authorisation details
## for each entry/category (All, Reg, Mod, Admin).
## This MOD was submitted to the MOD Contest of http://www.phpbb.de/.
## MOD Version: 1.1.1c
##
## Installation Level: Easy
## Installation Time: 3 Minutes
## Files To Edit: includes/constants.php
## includes/page_header.php
## admin/index.php
## viewonline.php
## language/lang_german/lang_admin.php
## language/lang_german/lang_main.php
## language/lang_english/lang_admin.php
## language/lang_english/lang_main.php
## templates/subSilver/overall_header.tpl
## Included Files: admin/admin_sitemap.php
## sitemap.php
## templates/subSilver/sitemap_body.tpl
## templates/subSilver/admin/sitemap_body.tpl
## templates/subSilver/admin/sitemap_edit_body.tpl
## License: http://opensource.org/licenses/gpl-license.php GNU General Public License v2
#################################################################
## For security purposes, please check: http://www.s2b-project.de for the
## latest version of this MOD.
#################################################################
Gruß Jens