mirror of
https://github.com/e107inc/e107.git
synced 2025-08-19 04:41:53 +02:00
fixes #3639: Added description to GDPR prefs
Added check in shortcode to disable the GDPR message in case the prefs are empty
This commit is contained in:
@@ -300,3 +300,11 @@ define("PRFLAN_277", "GDPR Settings");
|
||||
define("PRFLAN_278", "URL to the Privacy Policy");
|
||||
define("PRFLAN_279", "Make sure the url exists! It's best to use an absolute url. This setting will be used on all places that require a consent from the user (e.g. signup, contact form/menu, etc.).");
|
||||
define("PRFLAN_280", "URL to the website terms and conditions");
|
||||
define("PRFLAN_281", <<<STR
|
||||
The 2 links above are used on various page on this site (e.g. signup and contact form/menu).
|
||||
Please create 2 pages (if not already done) that contain your "Privacy Policy" and the websites "Terms and conditions".
|
||||
There are several websites that can generate those text for you.
|
||||
Copy the urls of this websites into the fields above (e.g. /page/privacy-policy or /page/terms-and-conditions).
|
||||
Just make sure, the pages and urls exist and are working!
|
||||
STR
|
||||
);
|
||||
|
Reference in New Issue
Block a user