MyBB.de Forum
Alle Foren als gelesen markieren? - 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: Alle Foren als gelesen markieren? (/thread-12034.html)

Seiten: Seiten: 1 2


RE: Alle Foren als gelesen markieren? - Michael - 12.01.2009

Öffne die Datei index.php und suche nach:
PHP-Code:
eval("\$boardstats = \"".$templates->get("index_boardstats")."\";"); 
Ersetzen durch:
PHP-Code:
if($mybb->user['uid'] != && $mybb->user['usergroup'] != && $mybb->user['usergroup'] != 7)
{
    eval(
"\$boardstats = \"".$templates->get("index_boardstats")."\";");

Siehe auch: https://www.mybb.de/doku/haeufig-gestellte-fragen/wie-bearbeite-ich-eine-php-datei.html