MyBB Community Forums

Full Version: Date of Birth
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
up please....
In member.php file find this:

			// User is <= 13, we mark as a coppa user
			if($bdaytime >= mktime(0, 0, 0, my_date('n'), my_date('d'), my_date('Y')-13))

Change the 13 to any age you want.
Thanks Mark Smile
Pages: 1 2