The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
||||
|
||||
![]()
Ok so looking at the way that the mod that moves users to the awaiting moderation usergroup works, it hooks at register_addmember_complete. It calls an external file via this code:
Code:
if ($vbulletin->options['madp_prevention'] >= 0 AND ($vbulletin->options['madp_prevention'] < 4 OR $vbulletin->options['madp_silent_mode'])) { require_once(DIR . '/madp/prevention.php'); } else { require_once(DIR . '/madp/set.php'); } PHP Code:
My code: Code:
if(!$vbulletin->options['verifyemail'] AND $user['usertitle'] == 'Deactivated') { $newusergroupid = 4; $vbulletin->db->query_write("UPDATE " . TABLE_PREFIX . "useractivation SET usergroupid = '".$newusergroupid."' WHERE activationid = '".$activateid."' LIMIT 1 "); } |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|