View Full Version : help with registration
aspire007
07-26-2002, 02:08 AM
i want to make it to where when my members sign up they get set as a newbie instead of registered - what .php file do i edit and what code would i change?
thanx for the help in advance :)
Admin
07-26-2002, 06:06 AM
In register.php, find these bits of code:
if ($moderatenewmembers or $coppauser) {
$newusergroupid=4;
} else {
$newusergroupid=2;
}
$DB_site->query("UPDATE user SET usergroupid=2 WHERE userid='$u'");
And change the 2 in both to the ID of the "Newbies" usergroup.
aspire007
07-26-2002, 10:55 AM
thanx firefly for the help :) :)
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.