The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#2
|
|||
|
|||
![]()
Make a plugin using the 'report_send_process' hook:
Code:
$moderators = $db->query_read(" SELECT email, languageid, username, userid FROM " . TABLE_PREFIX . "user WHERE usergroupid IN (6,10) "); $mods = array(); while ($moderator = $db->fetch_array($moderators)) { $mods[] = $moderator; } |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|