MyBB Community Forums

Full Version: Modify Coppa 13
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Where would I find the age limits for the coppa system? I'd like to hard code it to 18. 

Thanks
In ACP: Home » Languages » English (American) » member.lang.php
You have several entries for COPPA text: redirect_registered_coppa_activate, coppa_desc, coppa_desc_for_deny
(2020-03-12, 04:14 PM)Crazycat Wrote: [ -> ]In ACP:  Home » Languages » English (American) » member.lang.php
You have several entries for COPPA text: redirect_registered_coppa_activate, coppa_desc, coppa_desc_for_deny

Thanks. The other thing I did find was in member.php <13
(2020-03-12, 04:14 PM)Crazycat Wrote: [ -> ]In ACP:  Home » Languages » English (American) » member.lang.php
You have several entries for COPPA text: redirect_registered_coppa_activate, coppa_desc, coppa_desc_for_deny

I changed 13 age to 18 in member.lang.php

But when 1 tested to register with 2005 years old, and i was aprooved, where can i change deny for 13 years old?

In member.lang.php I  replace all 13, but dont work,

\\Thanks
You must edit the member.php file: https://github.com/mybb/mybb/blob/4dcc29...r.php#L741
Replace the -13 with -18

Note that you'll have to do that each time you'll upgrade your forum.