The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
I have a question about COPPA
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.
|
#2
|
|||
|
|||
Yes you can.
|
#3
|
||||
|
||||
Thats nice, how about actually revealing how
|
#4
|
|||
|
|||
She didn't ask for a "how", she simply asked if they could.
|
#5
|
|||
|
|||
I'd love to know how, and if anyone would like to share how I'd be grateful.
|
#6
|
|||
|
|||
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. |
#7
|
|||
|
|||
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 |
#8
|
|||
|
|||
The line you probably want to change is on 174 of register.php
Code:
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))) |
#9
|
|||
|
|||
You need to change all references from 13 to 18.
|
#10
|
|||
|
|||
Thank you for y'alls help!
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|