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")); } |
#2
|
||||
|
||||
yep, you got it..you might also want to take a look at this https://vborg.vbsupport.ru/showthread.php?t=71538
~curt |
#3
|
|||
|
|||
what about if i want to restrict only a forum to over 18's not whole forum how would i do that?
regards dean |
#4
|
|||
|
|||
any one?
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|