The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#3
|
|||
|
|||
![]()
This addon actually isn't that hard...
If you work with a new plugin for the hook register_addmember_process (or just find this in register.php) you'll basically need to add to get the invite code, check it and update the group. This code will preform a basic check and move a user, you'll have to get a bit more advanced if you want to compare codes against a database table. Code:
// parse the form field $vbulletin->input->clean_gpc('r', 'invitecode', TYPE_NOHTML); // check if they entered the code "secret code" if ($vbulletin->GPC['invitecode'] == 'Secret Code'){ $userdata->set('usergroupid', '5'); // change the usergroup from 5 to whatever } |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|