Quote:
Originally posted by camoboy
As I understand it, the coppa thing makes people under 13 give parental consent....that's all fine and dandy, but how can I modify it so it is 16 instead of 13?
|
edit register.php, find:
PHP Code:
$coppadate=vbdate($dateformat,mktime(0,0,0,date("m"),date("d"),date("Y")-13));
Replace 13 as 16..
Quote:
Also, rather than allowing them to register as a coppa, I don't want them to be able to register at all. I know they could just click the other link if they were that desperate, but it's just something I'd like
|
Modify template registercoppa and remove register links, put "You cant register to this board" warning instead..