MyBB.de Forum
Frage zum Geistmodus - Druckversion

+- MyBB.de Forum (https://www.mybb.de/forum)
+-- Forum: Archiv (https://www.mybb.de/forum/forum-57.html)
+--- Forum: MyBB 1.4.x (https://www.mybb.de/forum/forum-51.html)
+---- Forum: Allgemeiner Support (https://www.mybb.de/forum/forum-52.html)
+---- Thema: Frage zum Geistmodus (/thread-13438.html)



Frage zum Geistmodus - the_hole - 05.06.2009

Kann man den Geistmodus so ändern, das reg. Mitglieder die Anzahl Geister nicht angezeigt bekommen?


RE: Frage zum Geistmodus - Michael - 05.06.2009

Suche in der index.php:
PHP-Code:
// Build the who's online bit on the index page. 
Darüber einfügen:
PHP-Code:
if($mybb->user['usergroup'] != 4)
{
    
$membercount $membercount-$anoncount;
    
$anoncount 0;




RE: Frage zum Geistmodus - the_hole - 09.07.2009

Das Problem ist jetzt das sowohl Gäste als auch reg. Mitglieder die Anzeige:

0 davon unsichtbar angezeigt bekommen, obwohl jemand im Geistmodus ist. Wie kriege ich diesen Text raus, für Gäste und reg. Mitglieder?


RE: Frage zum Geistmodus - Michael - 09.07.2009

Du kannst das in der jeweiligen Sprachdatei ändern. Der Text sollte in der global.lang.php oder in der index.lang.php zu finden sein.