Quote:
Originally Posted by KirbyDE
1. Go to ACP / vBulletion Options / User Registration Option, set COPPA to disallow registrations for users < 13
2. In register.php
FIND
PHP Code:
if ($year < ($current['year'] - 13) OR ($year == ($current['year'] - 13) AND $month <= $current['month']))
Change the 13 to 18
3. Change phrase under_thirteen_registration_denied to reflect that users must be 18
However, this will obviously not keep users that are < 18 from signing up.
|
Thank you that did the trick... I know they will still sign up but I am just trying to protect my ass as best as I could....