ich habe alles nach anleitung gemacht. und Beispiel:
http://www.domain.de/phpbb2/intro_porta ... nstall.php klappte auch hervorragend.
Jetzt haben ich die Datein so geändert wie auch beschrieben wurde.
und nun bekomme ich diese Meldung
Fatal error: Cannot redeclare class template in /home/fee/public_html/phpBB/includes/template.php on line 30
Was ist falsch ???
Achja und in der beschreibung steht zweimal
#
#-----[ FIND ]------------------------------------------
#
# german: Finde
#
case PAGE_FAQ:
$location = $lang['Viewing_FAQ'];
$location_url = "index.$phpEx?pane=right";
break;
#
#-----[ AFTER, ADD ]------------------------------------------
#
# german: Danach einfügen
#
// Intro + Portal MOD START
case PAGE_INTRO:
$location = $lang['Viewing_Intro'];
$location_url = "intro.$phpEx?pane=right";
break;
case PAGE_PORTAL:
$location = $lang['Viewing_Portal'];
$location_url = "portal.$phpEx?pane=right";
break;
// Intro + Portal MOD END
#-----[ FIND ]------------------------------------------
#
# german: Finde
#
case PAGE_FAQ:
$location = $lang['Viewing_FAQ'];
$location_url = "index.$phpEx?pane=right";
break;
#
#-----[ AFTER, ADD ]------------------------------------------
#
# german: Danach einfügen
#
// Intro + Portal MOD START
case PAGE_INTRO:
$location = $lang['Viewing_Intro'];
$location_url = "intro.$phpEx?pane=right";
break;
case PAGE_PORTAL:
$location = $lang['Viewing_Portal'];
$location_url = "portal.$phpEx?pane=right";
break;
// Intro + Portal MOD END
NORMAL oder reicht einmal ??? Habe nur einmal das ganze eingefügt