View Full Version : All Admins Recieve Post Reportings
DarkReaper
11-20-2001, 10:53 PM
Currently, when a post is reported it goes to the moderator(s) of that forum. I'd like it so the reportings go to the moderator(s) as well as forum administrators...
Admin
11-21-2001, 07:45 AM
In report.php, replace this:
$moderators=$DB_site->query("SELECT DISTINCT user.email FROM moderator,user WHERE user.userid=moderator.userid AND moderator.forumid IN ($foruminfo[parentlist])");
with this:
$moderators=$DB_site->query("SELECT DISTINCT user.email FROM moderator,user WHERE (user.userid=moderator.userid AND moderator.forumid IN ($foruminfo[parentlist])) OR (user.usergroupid=6)");
DarkReaper
11-22-2001, 12:43 AM
Cool, thanks :)
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.