![]() |
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...
|
In report.php, replace this:
Code:
$moderators=$DB_site->query("SELECT DISTINCT user.email FROM moderator,user WHERE user.userid=moderator.userid AND moderator.forumid IN ($foruminfo[parentlist])"); Code:
$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)"); |
Cool, thanks :)
|
All times are GMT. The time now is 02:16 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|