The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
![]()
Is there a way to change the COPPA age check during registration to instead block anyone under the age of 18?
Thanks in advance, -Jason |
#2
|
|||
|
|||
![]()
This hack requires you to edit the register.php in your forum root directory.
open register.php Find Code:
if ($year < ($current['year'] - 13) OR ($year == ($current['year'] - 13) AND $month <= $current['month'])) Replace with Code:
if ($year < ($current['year'] - 18) OR ($year == ($current['year'] - 18) AND $month <= $current['month'])) then that should do it you may also want to change some of the coppa variables if you got admincp=>languages & phrases=>search in phrases. type coppa in the search box then in the search in... section click Phrase Text and Phrase Variable Name and this will bring up the coppa variables ![]() hope this is of some help |
#3
|
||||
|
||||
![]()
Thanks!!!!
|
#4
|
|||
|
|||
![]()
no problem
![]() |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|