2020-03-12, 03:26 PM
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
You have several entries for COPPA text: redirect_registered_coppa_activate, coppa_desc, coppa_desc_for_deny
2020-03-12, 04:46 PM
(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
2021-11-24, 05:44 AM
(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
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
Note that you'll have to do that each time you'll upgrade your forum.
Replace the
-13
with -18
Note that you'll have to do that each time you'll upgrade your forum.