The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Age Reguirement
Anyone know how to kick up the age requirement to 18??
|
#2
|
|||
|
|||
In register.php, line 92:
change: Code:
if ($year < ($current['year'] - 13) OR ($year == ($current['year'] - 13) AND $mont h <= $current['month'])) Code:
if ($year < ($current['year'] - 18) OR ($year == ($current['year'] - 18) AND $mont h <= $current['month'])) |
#3
|
|||
|
|||
sweeet, thanks!
|
#4
|
|||
|
|||
Does anyone know what to do for vB 3? (3.6.8) ?
Thanks in advance! |
#5
|
||||
|
||||
probably hasn't changed... just edit register.php and do a search and replace on 13.
|
#6
|
|||
|
|||
If it has`t I wouldn`t ask
This is the current code: if ($vbulletin->GPC['month'] == 0 OR $vbulletin->GPC['day'] == 0 OR !preg_match('#^\d{4}$#', $vbulletin->GPC['year']) OR $vbulletin->GPC['year'] < 1901 OR $vbulletin->GPC['year'] > $current['year']) |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|