12.01.2009, 15:15
Öffne die Datei index.php und suche nach:
Ersetzen durch:
Siehe auch: https://www.mybb.de/doku/haeufig-gestell...datei.html
PHP-Code:
eval("\$boardstats = \"".$templates->get("index_boardstats")."\";");
PHP-Code:
if($mybb->user['uid'] != 0 && $mybb->user['usergroup'] != 5 && $mybb->user['usergroup'] != 7)
{
eval("\$boardstats = \"".$templates->get("index_boardstats")."\";");
}