novatio / gdpr-cookiepolicy
SilverStripe GDPR Cookie Policy Module
Installs: 165
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 3
Forks: 2
Open Issues: 2
Language:JavaScript
Type:silverstripe-module
Requires
- silverstripe/cms: ~3.0
- silverstripe/display-logic: 1.2.*|1.5.*
- silverstripe/framework: ~3.0
- tractorcow/silverstripe-colorpicker: ~3.0
README
Fully configurable SilverStripe plugin to notify users about (GDRP) cookie policies.
Requirements
- SilverStripe 3
Installation instructions
- Install via composer:
composer require novatio/gdpr-cookiepolicy
. - Visit
yoursite.com
/dev/build?flush=1 to rebuild the database. - Visit
yoursite.com
/admin/settings/, navigate to theCookie Policy
-tab and customize the look and feel of the Cookie Policy to your liking.
Usage instructions
You can choose to let the module do all the work for you (by placing all [tracker]scripts that you need in Google Tag Manager) and conditionally loading GTM and / or use available functions to load or bypass scripts in models, controllers and/or templates.
To conditionally load scripts in templates:
<% if $CookiePolicyAccepted %>
<%-- some templating. --%>
<% end_if %>
To conditionally load scripts in code:
if (CookiePolicy::accepted()) { // some code. }
Known Issues
Thanks
This module is based on fractaslabs/silverstripe-cookie-policy-notification and adapted to be more customisable and to be more compliant with the strict new GDRP rules. Thanks to Milan Jelicanin & Petar Simic.
Thanks to carhartl for the jQuery Cookie plugin.
Thanks to prolificjones82 for the jQuery UK Cookie Policy Notice: A simple plugin to notify users you adhere to the UK's cookie policies.
Licence
See licence