Installation Intro + Portal
Forumsregeln
phpBB 2.0 hat das Ende seiner Lebenszeit überschritten
phpBB 2.0 wird nicht mehr aktiv unterstützt. Insbesondere werden - auch bei Sicherheitslücken - keine Patches mehr bereitgestellt. Der Einsatz von phpBB 2.0 erfolgt daher auf eigene Gefahr. Wir empfehlen einen Umstieg auf phpBB 3.0, welches aktiv weiterentwickelt wird und für welches regelmäßig Updates zur Verfügung gestellt werden.
phpBB 2.0 hat das Ende seiner Lebenszeit überschritten
phpBB 2.0 wird nicht mehr aktiv unterstützt. Insbesondere werden - auch bei Sicherheitslücken - keine Patches mehr bereitgestellt. Der Einsatz von phpBB 2.0 erfolgt daher auf eigene Gefahr. Wir empfehlen einen Umstieg auf phpBB 3.0, welches aktiv weiterentwickelt wird und für welches regelmäßig Updates zur Verfügung gestellt werden.
Installation Intro + Portal
Hallo Leute,
ich hab ein kleineres Verständnisproblem.
Ich möchte gerade das Portal installieren und in der Anleitung steht folgerndes:
# german: Öffne
#
admin/index.php
#
#-----[ 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
Aber die beiden Passagen die ich finden soll, kommen in der admin/index.php 2 x vor, welche muss ich denn korrigieren?
ich hab ein kleineres Verständnisproblem.
Ich möchte gerade das Portal installieren und in der Anleitung steht folgerndes:
# german: Öffne
#
admin/index.php
#
#-----[ 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
Aber die beiden Passagen die ich finden soll, kommen in der admin/index.php 2 x vor, welche muss ich denn korrigieren?
Sorry, ich meine folgendes:
# german: Finde
#
case PAGE_FAQ:
$location = $lang['Viewing_FAQ'];
$location_url = "index.$phpEx?pane=right";
break;
Das kommt 2 x vor
und
# german: Finde
#
case PAGE_FAQ:
$location = $lang['Viewing_FAQ'];
$location_url = "index.$phpEx?pane=right";
break;
kommt auch 2 x vor
# german: Finde
#
case PAGE_FAQ:
$location = $lang['Viewing_FAQ'];
$location_url = "index.$phpEx?pane=right";
break;
Das kommt 2 x vor
und
# german: Finde
#
case PAGE_FAQ:
$location = $lang['Viewing_FAQ'];
$location_url = "index.$phpEx?pane=right";
break;
kommt auch 2 x vor
Jetzt läuft es soweit, nur habe ich jetzt 2 Problemchen.
1. Beim Login und Logout komme ich immer auf die INDEX Seite, möchte aber in diesen Fällen dass das Portal anzegeigt wird.
2. In der overal_header stehen die Variablen für Intro, Portal und Index drin. Angezeigt werden sie mir aber nur wenn ich als Admin angemeldet bin. Der "normale User" siehr diese Menüpunkte nicht. Und in welcher Datei kann ich INDEX in FORUM umbenennen
1. Beim Login und Logout komme ich immer auf die INDEX Seite, möchte aber in diesen Fällen dass das Portal anzegeigt wird.
2. In der overal_header stehen die Variablen für Intro, Portal und Index drin. Angezeigt werden sie mir aber nur wenn ich als Admin angemeldet bin. Der "normale User" siehr diese Menüpunkte nicht. Und in welcher Datei kann ich INDEX in FORUM umbenennen
....hm...die Suchfunktion...ah... da ist sie.....
http://www.phpbb.de/viewtopic.php?t=63258
Zu 2.)
Entferne in deiner overall_header.tpl mal folgende Zeilen:
und
http://www.phpbb.de/viewtopic.php?t=63258
Zu 2.)
Entferne in deiner overall_header.tpl mal folgende Zeilen:
Code: Alles auswählen
<!-- BEGIN switch_introportalmod_disable -->
Code: Alles auswählen
<!-- END switch_introportalmod_disable -->
Zuletzt geändert von Dr.Death am 20.03.2007 13:54, insgesamt 1-mal geändert.