The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Ok, if the COPPA registration feature is enabled, people are given the chance to select if they were born on or before a certain date. The dates are calculated to reflect if someone is older or younger than 13 years of age. If 13 years or younger, it places them in the COPPA user group.
I would simply like to change the dates it shows. I basically want it determine if someone is older or younger than 18 years of age instead of 13. Can someone PLEASE help me with this. I'm sure it is possible, but I don't know where to make the changes. |
#2
|
||||
|
||||
Change the highlighted number in the line below, taken from register.php:
Code:
$coppadate=vbdate($dateformat,mktime(0,0,0,date("m"),date("d"),date("Y")-[high]13[/high])); |
#3
|
|||
|
|||
Thanks man that worked just fine. However, I think I may be going about this the wrong way. I forgot the COPPA feature not only determines if they are under a certain age, but also takes the user to additional windows with information on them, it uses a permission form, and requires you moderate them.
Needless to say, these are all unnecessary steps for what Im trying to accomplish. Quite simply, I just want the system to determine if someone is older or younger than 18 years of age, and place them into one of two user groups based on the result. I dont want permission forms, special registration pages, or have to moderate them. Do you have any idea what would be the best way to accomplish this? This is a very critical feature of my forum. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|