Seite 7 von 7

Verfasst: 29.04.2004 06:43
von Eisbär
Hallo,

für alle die es interessiert, hier die Lösung:

Öffne portal.php

Suche:

Code: Alles auswählen

// SWITCH CHAT BOX MOD START
if( $userdata['session_logged_in'] && $introportalmod_config['chatboxmod_active'] == "1" )
{
Ersetze mit:

Code: Alles auswählen

// SWITCH CHAT BOX MOD START
if( $introportalmod_config['chatboxmod_active'] == "1" )
{
Fertig!

Aber nur ändern, wenn ihr den Chatbox-Mod auch installiert und aktiviert habt.