COPPA Compliance for YaBB 2.7.00

by Derek Barnstorm

YaBB Mod Language

Lang: English
Admin.lng:
  • $admin_txt{'edit_policy'} = 'Edit Privacy Policy';
  • $admin_txt{'edit_policy_1'} = q~Here you can edit your forum privacy policy. It is important to note that this is just a template for your convenience, and should be edited as needed to reflect your own website, country's laws and forum settings.~;
  • $admin_txt{'edit_policy_2'} = 'HTML is allowed and you can use the following tags:';
  • $admin_txt{'show_policy'} = qq~Show link to Privacy Policy in footer?<br /><span class="small">Note that you will need to modify the privacy policy to reflect your own website: <a href="$adminurl?action=privacy_policy">Privacy Policy</a></span>~;
  • $admin_txt{'show_agreement'} = 'Show link to User Agreement in footer?';
  • $admin_txt{'forum_url'} = 'Forum URL';
  • $admintxt{'privacy'} = 'Privacy Policy';
  • $admintxt{'privacy_label'} = 'Edit Privacy Policy';
  • $modulecheck{'Date::Calc'} = q~Used for age restrictions on registration.<br />This module is only needed if you enable Coppa Compliance or don't allow users under the age of 13 to register. Otherwise you do not need this module.~;
Error.lng:
  • $error_txt{'coppa_fields_missing'} = 'You must enter a fax number or mailing address if COPPA Compliance is enabled.';
  • $error_txt{'dob_compliance'} = 'Sorry, you must be aged 13 years or above to register on this forum.';
GModPrivileges.lng:
  • $gmodpriv_txt{'privacy_policy'} = 'Privacy Policy';$gmodprivexpl_txt{'privacy_policy'} = 'Allow to edit Privacy Policy';
Main.lng:
  • $maintxt{'policy'} = 'Privacy Policy';
  • $maintxt{'agreement'} = 'User Agreement';
Register.lng:
  • $register_txt{'774'} = 'Ask for birthday and enable COPPA Compliance';
  • $register_txt{'775'} = 'Ask for birthday and don\'t allow registration if under 13 years old';
  • $register_txt{'coppa_fax'} = 'Enter your fax number here for the COPPA Compliance form to be sent to:<br /><span class="small">If you have COPPA Compliance selected above, you will need to either enter a fax number here or a mailing address below (or both).</span>';
  • $register_txt{'coppa_address'} = 'Enter your mailing address here for the COPPA Compliance form to be sent to:<br /><span class="small">If you have COPPA Compliance selected above, you will need to either enter a mailing address here or a fax number above (or both).</span>';
  • $register_txt{'age_cookie'} = q~Age Cookie Name:<br /><span class="small">If you enable COPPA Compliance or don't allow users to register who are under the age of 13, you can enter a cookie name here to set a cookie if users fail the age check. This will stop users from going back and changing their date of birth.</span>;~;
  • $register_txt{'dob'} = 'Date of birth';
  • $register_txt{'dob_enter'} = 'Please enter your date of birth';
  • $register_txt{'dob_edit'} = 'Note that you cannot change your date of birth after it has been entered.';
  • $register_txt{'dob_hide'} = 'Check this box if you would like to hide your age and birthyear from public view.';
  • $register_txt{'continue'} = 'Continue Registration';
  • $register_txt{'birthday_ac'} = '(<label for="birthmonth">MM</label>/<label for="birthday">DD</label>/<label for="birthyear">YYYY</label>)';
  • $register_txt{'birthday_bc'} = '(<label for="birthday">DD</label>/<label for="birthmonth">MM</label>/<label for="birthyear">YYYY</label>)';

  • %coppa_txt = (
    'coppa' => 'COPPA Compliance',
    'coppa_form' => 'COPPA Compliance Form',
    'fax' => 'Fax:',
    'address' => 'Address:',
    'header_1' => 'Instructions for the Parent or Legal Guardian',
    'header_2' => 'Account Details',
    'header_3' => 'Parent or Legal Guardian Details',
    'header_4' => 'Agreement',
    'header_info_1' => 'Please print this form, complete it and return it to us ',
    'header_info_1a' => 'by using either the fax number or mailing address below.',
    'header_info_1b' => 'by using the fax the number below.',
    'header_info_1c' => 'by using the mailing address below.',
    'header_info_2' => "These are the registration details for the child's account on $mbname.<br />Once we have received this form we will create the account and notify you at the email address provided here.",
    'header_info_2a' => 'Note that the display name should be different from the username.',
    'header_info_3' => 'Please fill in the required information and sign the form below.',
    'header_info_4' => "By signing this form I confirm that I have read the website Privacy Policy ($scripturl?action=privacy) and I consent to $mbname collecting the necessary information for my child to participate in the community. I have reviewed the information my child has supplied and confirm that is is correct. I understand that the profile information can be changed by logging in with the username and password entered on this form and that I can ask for my child's information to be removed at any time.",
    'username' => 'Username:',
    'display_name' => 'Display name:',
    'email' => 'Email Address:',
    'parent_name' => 'Full Name:',
    'parent_relation' => 'Relation to child:',
    'parent_email' => 'Email Address:',
    'parent_number' => 'Phone Number:',
    'signature' => 'Signature:',
    'date' => 'Date:',
    'admin_note' => "Note to the $mbname Administrator: Please remember to create the user account with the above information on receiving this form and notify the user at the email address provided that their account is ready to use.",
    'coppa_message_1' => qq~Sorry, in order to comply with <a href="http://www.coppa.org" target="_blank">COPPA (Children's Online Privacy Protection Act)</a>, users under the age of 13 must get permission of a parent or legal guardian before they can be registered on this forum. Please ask a parent or legal guardian to complete a copy of our <a href="$scripturl?action=coppa" target="_blank">COPPA Compliance Form</a> and return it to us. After receiving the form we will create your account for you and notify you by email at the email address provided when your account is ready to use.~,
    'coppa_message_2' => 'Click here to print a copy our Coppa Compliance Form',
    'coppa_message_3' => 'If you require further information, please contact the',
    'coppa_message_4' => 'Thank you,',
    'coppa_message_5' => "The $mbname Team",
    'coppa_error' => qq~Please ask a parent or legal guardian to complete a copy of our <a href="$scripturl?action=coppa" target="_blank">COPPA Compliance form</a> and return it to us.~,
    'admin_email' => 'Forum Administrator',
    'cancel' => 'Cancel',
    );
 

Separate language (.lng) files for:

YaBB Mod Language

Language Quick Check