Log in

View Full Version : I have a question about COPPA


JessicaS
06-23-2009, 05:26 PM
I was wondering if we can edit COPPA to change the age restriction? We would like to change the registration of our forum to 18 rather than 13.

snakes1100
06-23-2009, 06:37 PM
Yes you can.

Paul M
06-23-2009, 07:08 PM
Thats nice, how about actually revealing how :)

snakes1100
06-23-2009, 07:10 PM
She didn't ask for a "how", she simply asked if they could. :)

flowermama
06-23-2009, 08:06 PM
I'd love to know how, and if anyone would like to share how I'd be grateful.

snakes1100
06-23-2009, 10:56 PM
1. admincp --> Languages & Phrases --> Search in Phrases --> Search for the word coppa, change the 13 to 18

2. You will need to do some code changing in register.php as well.

JessicaS
06-23-2009, 11:24 PM
Do you mean replace 13 with 18 in the "Find and Replace in Languages?"

I believe what I need is to edit the register.php

BSMedia
06-24-2009, 06:11 AM
The line you probably want to change is on 174 of register.php


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)))


change 13 to 18 and that should probably do it. Though I didn't test this so be sure to backup your register.php

snakes1100
06-24-2009, 09:14 AM
You need to change all references from 13 to 18.

JessicaS
06-24-2009, 03:25 PM
Thank you for y'alls help!

:)