The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Only 18+ can register
How can I modify the config so that only 18+ can register in the forum
thanks Nams NO Worries, I figured it out Edit the forums/config.php page and put in if ($year < ($current['year'] - 18) OR ($year == ($current['year'] - 18) AND $month <= $current['month'])) { // just regular adult registration exec_header_redirect("register.php?$session[sessionurl]do=signup&who=adult&url=$url" . iif($month, "&month=$month") . iif($year, "&year=$year") . iif($day, "&day=$day")); } |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|