I removed the line that started with "if" and replaced it with this....
Code:
if (($bbuserinfo[usergroupid] == 5 || $bbuserinfo[usergroupid] == 6 || $bbuserinfo[usergroupid] == 7) && $action == 'delete' && $shoutid) {
$DB_site->query("DELETE FROM shoutbox WHERE shoutid = $shoutid");
header("Location: $PHP_SELF?s=$sessionhash[sessionid]");
Yet still no delete ability for mods