Page 1 of 1

Update des forums auf 3.01

Posted: 18. April 2008 20:28
by dennyk20
Guten Abend,

Habe gestern mein forum auf 3.01 geupdatet und habe folgendes Problem zum einen sieht der Reiter/link zum Portal oben Rechts im forum Komisch aus.
Und im Menü hatte ich einen Link zum chat der ist jetzt leer, direkt unter suche.

Vielen Dank für die hilfe http://www.elterntratsch.de

Re: Update des forums auf 3.01

Posted: 18. April 2008 20:36
by Redbull254
Hallo, erstmal ;-)

da ist Dir beim Update der Eintrag aus der functions.php entfernt worden.

Code: Select all

Open: includes/functions.php
Find
Tip: This may be a partial find and not the whole line.

Code:Select All
// The following assigns all _common_ variables that may be used at any point in a template.
Add before
Tip: Add these lines on a new blank line before the preceding line(s) to find.

Code:Select All
	$user->add_lang('mods/lang_portal');
Einfach wieder einbauen, dann ist der Name (Portal) wieder da.

Den Chat-Link kann man wohl nur sehen, wenn man eingeloggt ist.
Ich vermute mal, das es dort auch an einem fehlenden Eintrag liegt. Noch einmal die Einträge des Chat Mods kontrollieren, angefangen bei der functions.php ;-)