Found a bug...
Quote:
// +++++++ Checking Special Admin And Moderator Options +++++++
$perms=getpermissions();
if ($bbuserinfo[usergroupid] == 6 and $spambyadmins) {
$fpost="posts";
} elseif(($bbuserinfo[usergroupid] == 5 OR $perms[ismoderator]) and $spambymods) {
$fpost="posts";
}
|
the controls in the table are wrong...
not
$spambyadmins
$spambymods
but
$spambyadmin
$spambymod
if you don't correct this, mods and Admin will count spam post even if option spam admin and mods are selected