You are here

README.txt in Simple Cookie Compliance 6

Same filename and directory in other branches
  1. 7 README.txt
INTRODUCTION
------------
This module has been developed because of the European Cookie Compliance Law.
You can read more about it at
http://ec.europa.eu/ipg/basics/legal/cookies/index_en.htm.

What this module does is that it shows a window to the user that has not
accepted the terms. The administrator or site manager has the option to write a
message that will be displayed in this window to tell the user that the current
site is using cookies.

REQUIREMENTS
------------
There are currently no requirements for this module to work.

INSTALLATION
------------
* Enable the module.

* Due to constraints in Drupal 6 you need to manually print the
  $simple_cookie_compliance variable in your theme's page.tpl.php

CONFIGURATION
-------------
* After enabling the module then go to the
  Configuration » System » Cookie Compliance Settings page.

* Enter the message that is to be shown to the user, in the form.
  Also enter what the "Agree" button should say, something along
  the line of "I Agree".

* (Optional but highly recommended): Follow the steps under the Styling
  paragraph on the project page.

MAINTAINERS
-----------
Current maintainers:
* Jacob "Jake" S. Stanich (jzasnake) - https://www.drupal.org/user/3123235/

This project has been sponsored by:
* Kodamera AB
  A company based in Gothenburg, Sweden. They specialize in
  Drupal web solutions. Visit http://www.kodamera.se/
  (Swedish site) for more information.

File

README.txt
View source
  1. INTRODUCTION
  2. ------------
  3. This module has been developed because of the European Cookie Compliance Law.
  4. You can read more about it at
  5. http://ec.europa.eu/ipg/basics/legal/cookies/index_en.htm.
  6. What this module does is that it shows a window to the user that has not
  7. accepted the terms. The administrator or site manager has the option to write a
  8. message that will be displayed in this window to tell the user that the current
  9. site is using cookies.
  10. REQUIREMENTS
  11. ------------
  12. There are currently no requirements for this module to work.
  13. INSTALLATION
  14. ------------
  15. * Enable the module.
  16. * Due to constraints in Drupal 6 you need to manually print the
  17. $simple_cookie_compliance variable in your theme's page.tpl.php
  18. CONFIGURATION
  19. -------------
  20. * After enabling the module then go to the
  21. Configuration » System » Cookie Compliance Settings page.
  22. * Enter the message that is to be shown to the user, in the form.
  23. Also enter what the "Agree" button should say, something along
  24. the line of "I Agree".
  25. * (Optional but highly recommended): Follow the steps under the Styling
  26. paragraph on the project page.
  27. MAINTAINERS
  28. -----------
  29. Current maintainers:
  30. * Jacob "Jake" S. Stanich (jzasnake) - https://www.drupal.org/user/3123235/
  31. This project has been sponsored by:
  32. * Kodamera AB
  33. A company based in Gothenburg, Sweden. They specialize in
  34. Drupal web solutions. Visit http://www.kodamera.se/
  35. (Swedish site) for more information.