From 6024676292d726472f15d84b0404c5160cdcc1d8 Mon Sep 17 00:00:00 2001 From: Moc Date: Wed, 29 Nov 2023 20:57:09 +0100 Subject: [PATCH] Fixes #5121 - Update COPPA links --- e107_admin/prefs.php | 2 +- e107_core/shortcodes/batch/signup_shortcodes.php | 2 +- e107_core/templates/legacy/signup_template.php | 2 +- e107_docs/help/English/Preferences | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/e107_admin/prefs.php b/e107_admin/prefs.php index 31018e81d..f94609d0b 100644 --- a/e107_admin/prefs.php +++ b/e107_admin/prefs.php @@ -1074,7 +1074,7 @@ $text .= " "; - $useCoppaHelp = PRFLAN_46." ".PRFLAN_94.""; + $useCoppaHelp = PRFLAN_46." ".PRFLAN_94.""; $text .= " diff --git a/e107_core/shortcodes/batch/signup_shortcodes.php b/e107_core/shortcodes/batch/signup_shortcodes.php index c343f03de..612ca47f7 100755 --- a/e107_core/shortcodes/batch/signup_shortcodes.php +++ b/e107_core/shortcodes/batch/signup_shortcodes.php @@ -25,7 +25,7 @@ class signup_shortcodes extends e_shortcode function sc_signup_coppa_text($parm=null) { - $text = LAN_SIGNUP_77. " ". LAN_SIGNUP_14.". ". + $text = LAN_SIGNUP_77. " ". LAN_SIGNUP_14.". ". LAN_SIGNUP_15 . " " . e107::getParser()->emailObfuscate(SITEADMINEMAIL, LAN_SIGNUP_14) . " " . LAN_SIGNUP_16; return $text; diff --git a/e107_core/templates/legacy/signup_template.php b/e107_core/templates/legacy/signup_template.php index 207b9a97e..936f0e720 100644 --- a/e107_core/templates/legacy/signup_template.php +++ b/e107_core/templates/legacy/signup_template.php @@ -139,7 +139,7 @@ $sc_style['SIGNUP_USERCLASS_SUBSCRIBE']['post'] = " if(!isset($COPPA_TEMPLATE)) { $COPPA_TEMPLATE = - LAN_SIGNUP_77." ".LAN_SIGNUP_14.". " + LAN_SIGNUP_77." ".LAN_SIGNUP_14.". " .LAN_SIGNUP_15." ".e107::getParser()->emailObfuscate(SITEADMINEMAIL,LAN_SIGNUP_14)." ".LAN_SIGNUP_16."

".LAN_SIGNUP_17." diff --git a/e107_docs/help/English/Preferences b/e107_docs/help/English/Preferences index e9568210b..99e7bf788 100644 --- a/e107_docs/help/English/Preferences +++ b/e107_docs/help/English/Preferences @@ -3,7 +3,7 @@ Q> How do I change themes? A> There is a section in your Preferences page that allows you to change your site theme. Please preview the theme first as some older themes are no longer compatible and could render your site unusable if applied. Q> What's COPPA? -A> The Children's Online Privacy Protection Act of 1998. It's a universally used rule that protects minors aged 13 and under. It ensures that no information on minors will be used by the 'Operator' (i.e., you) for purposes other than maintaining the website. For more information please see http://www.ftc.gov/privacy/coppafaqs.shtm. +A> The Children's Online Privacy Protection Act of 1998. It's a universally used rule that protects minors aged 13 and under. It ensures that no information on minors will be used by the 'Operator' (i.e., you) for purposes other than maintaining the website. For more information please see https://www.ftc.gov/business-guidance/resources/complying-coppa-frequently-asked-questions. Q> What's flood protection? A> It prevents your site being flooded by HTTP calls, which can render your site unreachable.