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" )
{
Code: Alles auswählen
// SWITCH CHAT BOX MOD START
if( $introportalmod_config['chatboxmod_active'] == "1" )
{
Aber nur ändern, wenn ihr den Chatbox-Mod auch installiert und aktiviert habt.