2020-03-12, 03:26 PM
Where would I find the age limits for the coppa system? I'd like to hard code it to 18.
Thanks
Thanks
Modify Coppa 13
|
2020-03-12, 03:26 PM
Where would I find the age limits for the coppa system? I'd like to hard code it to 18.
Thanks
2020-03-12, 04:14 PM
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:46 PM
2021-11-24, 05:44 AM
(2020-03-12, 04:14 PM)Crazycat Wrote: In ACP: Home » Languages » English (American) » member.lang.php 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
2021-11-24, 07:33 AM
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. |
« Next Oldest | Next Newest »
|