MyBB Community Forums

Full Version: Making The Board For 18+
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Um i checked by searching the forum for this but couldnt find the answer

how do i make my forum 18+

so when they sign up they have to be no younger then 18 Huh
In member.php, around line 353, find:

if($bdaytime >= mktime(0, 0, 0, my_date('n'), my_date('d'), my_date('Y')-13))

change to:

if($bdaytime >= mktime(0, 0, 0, my_date('n'), my_date('d'), my_date('Y')-18))

And make sure it's set to deny people under 13 in the ACP.

You do know that if people see there's an age limit they'll just put in a fake year....
true what your saying but its to cover 1 side of things
and if i find out that a user is under age i will technically disable profile Smile
all i had to do was change the -13 to -18 thanks * MattR * !

It works good, thanks again Smile
ok 1 more question on this topic

how do force users to put there birthdate upon registration Huh

that should be it