Heisenberg submitted a new resource:
You must be registered for see links
- Change COPPA Minimum AgevB Version: 4.0.x
The COPPA of vBulletin is a great way to prevent under aged user's from registering on your forum, but its hard coded to 13 years of age.
With this simple file edit, you can change this number to anything.
For vB 4.x:
In register.php around line 121 replace 13 with whatever age you want (eg. 18)
Code:if ($vbulletin->GPC['year'] < 1970 OR (mktime(0, 0, 0, $vbulletin->GPC['month'], $vbulletin->GPC['day'], $vbulletin->GPC['year']) <= mktime(0, 0, 0,...
You must be registered for see links
Last edited: