PHP Bulletin Board Home
News About Home
Features of phpBB Test drive phpBB Downloads Support for phpBB The phpBB Community Styles for customising phpBB 3rd party modifications to phpBB

Support Home | Knowledge Base Home | Submit Article | Search Articles | Browse Articles
 Removing the COPPA (Non-US Forums) 
Description: How to remove the COPPA agreement upon registration, for non-US forums (It is law in the US that you have COPPA for under 13's, therefore, it cannot be removed)
Author: Draegonis
Date: Sun Jun 08, 2003 12:39 pm
Type: HowTo
Keywords: COPPA, agreement, removal, registration
Category: Miscellanea
Removing the COPPA agreement for non-US forums.

Files To Be Edited:
  • ./language/lang_xxx/lang_main.php *
  • ./templates/xxx/agreement.tpl **


* Where xxx is your language, eg: lang_english
** Where xxx is your template name, eg: subSilver


Note: Backup all files that you will be editing before continuing.

Open up lang_main.php, and find this code:

Code:
$lang['Agree_over_13']


Now, in that line, find and delete the following text:

Code:
 and am <b>over</b> or <b>exactly</b> 13 years of age


Note: Ensure that two single quotes ['] and the semi-colon [;] do not get deleted.

Save and close lang_main.php, navigate to and open up agreement.tpl. Find the following code, and delete it:

Code:
<br /><a href="{U_AGREE_UNDER13}" class="genmed">{AGREE_UNDER_13}</a><br />


Save and close agreement.tpl. You can now re-upload those 2 files to the appropriate directories (as stated above) via FTP, overwriting the current files that are in your FTP directory.

If you wish to edit any other aspects of the Agreement, eg: The agreement terms themselves, or altering the age, see Erisar's tutorial here

Username: Password:
News | Features | Demo | Downloads | Support | Community | Styles | Mods | Links | Merchandise | About | Home
 © Copyright 2002 The phpBB Group.