wwwjen
03-20-2013, 02:49 AM
Anyone know a script out there forum minimum age restriction when someone trys to register they click on 18 plus i am using 4.2 thanks
Zantox
03-20-2013, 11:48 AM
if ($vbulletin->GPC['year'] < 1970 OR (mktime(0, 0, 0, $vbulletin->GPC['month'], $vbulletin->GPC['day'], $vbulletin->GPC['year']) <= mktime(0, 0, 0, $current['month'], $current['day'], $current['year'] - 13)))
Find this in register.php and change the 13 to what you wish the age to be.
This will change the COPA age requirement, you will need to enable that in registration options.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.