Quote:
Originally Posted by Tobes
I have 3.7.2--will this still work? I installed the product, and it says it worked fine, but I can't find where to define which usergroups should be used during the random assignments.
|
Please update to the latest version, this will correct your issues.
PS - It
should work on any version of vB that supports hooks in the registration file. If you're curious, open up your
register.php file and look for these 2 text blocks:
PHP Code:
($hook = vBulletinHook::fetch_hook('register_form_complete')) ? eval($hook) : false;
PHP Code:
($hook = vBulletinHook::fetch_hook('register_activate_process')) ? eval($hook) : false;
If both of these lines already exist in your
register.php file, this addon will work fine.
You cannot manually add these lines in, they must already exist in your version of vBulletin.