The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
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...
|
#2
|
||||
|
||||
![]()
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)"); |
#3
|
|||
|
|||
![]()
Cool, thanks
![]() |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|