You are here

README.txt in EU Cookie Compliance (GDPR Compliance) 5

Same filename and directory in other branches
  1. 6 README.txt
  2. 7.2 README.txt
  3. 7 README.txt
EU Cookie Compliance 6.x - 1.x
==============================

This module intends to deal with the EU Directive on Privacy and Electronic 
Communications that comes into effect on 26th May 2012.
From that date, if you are not compliant or visibly working towards compliance, 
you run the risk of enforcement action, which can include a fine of up to 
half a million pounds for a serious breach.

How it works.
=============

The module displays a pup-up at the bottom or at the top of website to make 
users aware of the fact that cookies are being set. The user may then give 
his/her consent or move to a page that provides more details. Consent is given 
by user pressing the agree buttons or by continuing browsing the website. Once 
consent is given another pop-up appears with a thank you message.

The module provides a settings page where the pop-up can be customised. There 
are also template files for the pop-ups that can be overridden by your theme. 

Installation.
=============

1. Unzip the files to the "sites/all/modules" directory and enable the module.

2. If desired, give the administer EU Cookie Compliance popup permissions that 
allow users of certain roles access the administration page. You can do so on 
the admin/user/permissions page.

  - there is also a 'see EU Cookie Compliance popup' permission that helps
    you show the popup to the roles you desire

3. You may want to create a page that would explain how your site uses cookies. 
Alternatively, if you have a privacy policy, you can link the pop-up to that 
page (see next step).

4. Go to the admin/settings/eu-cookie-compliance page to configure and enable 
the pop-up

5. If you want to theme your pop-up override the themes in the template file.

NOTICE: The module does not audit your cookies nor does it prevent cookies 
from being set.

For developers.
===============

If you want to conditionally set cookies in your module, there is a javascript 
function provided that returns TRUE if the current user has given his consent:

Drupal.eu_cookie_compliance.hasAgreed()

File

README.txt
View source
  1. EU Cookie Compliance 6.x - 1.x
  2. ==============================
  3. This module intends to deal with the EU Directive on Privacy and Electronic
  4. Communications that comes into effect on 26th May 2012.
  5. From that date, if you are not compliant or visibly working towards compliance,
  6. you run the risk of enforcement action, which can include a fine of up to
  7. half a million pounds for a serious breach.
  8. How it works.
  9. =============
  10. The module displays a pup-up at the bottom or at the top of website to make
  11. users aware of the fact that cookies are being set. The user may then give
  12. his/her consent or move to a page that provides more details. Consent is given
  13. by user pressing the agree buttons or by continuing browsing the website. Once
  14. consent is given another pop-up appears with a thank you message.
  15. The module provides a settings page where the pop-up can be customised. There
  16. are also template files for the pop-ups that can be overridden by your theme.
  17. Installation.
  18. =============
  19. 1. Unzip the files to the "sites/all/modules" directory and enable the module.
  20. 2. If desired, give the administer EU Cookie Compliance popup permissions that
  21. allow users of certain roles access the administration page. You can do so on
  22. the admin/user/permissions page.
  23. - there is also a 'see EU Cookie Compliance popup' permission that helps
  24. you show the popup to the roles you desire
  25. 3. You may want to create a page that would explain how your site uses cookies.
  26. Alternatively, if you have a privacy policy, you can link the pop-up to that
  27. page (see next step).
  28. 4. Go to the admin/settings/eu-cookie-compliance page to configure and enable
  29. the pop-up
  30. 5. If you want to theme your pop-up override the themes in the template file.
  31. NOTICE: The module does not audit your cookies nor does it prevent cookies
  32. from being set.
  33. For developers.
  34. ===============
  35. If you want to conditionally set cookies in your module, there is a javascript
  36. function provided that returns TRUE if the current user has given his consent:
  37. Drupal.eu_cookie_compliance.hasAgreed()