When I do
To have the quick mod bar show in a red color (or any other color of your choice) if there is something your mods must attend to, replace the following code in the QUICKMOD::code plugin:
I get
PHP Parse error: syntax error, unexpected ']' in F:\inetpub\wwwroot\mysite\global.php(360) : eval()'d code on line 61
Fixed by removing the ] after the 0 "if ($threads['count']>0 or $posts['count']>0 or $reports['count']>0 or $events['count']>0 or $attachments['count']>0 or $users['count']>0"
|