Cookies
User Consent Layer
User Consent Banner
Cookies configuration

User consent management module for Drupal 8 and 9.

The module enables existing third-party-integration modules continued to be used in compliance with the GDPR (of course without manipulating their code). It solves the basic problem that when using third-party-integration modules, the user must agree to the use of cookies (according to GDPR) before they are installed.

IMPORTANT: No liability is assumed regarding compliance with the GDPR.

The COOKiES module provides (with the Library Cookies JSR) a fully configurable user interface for user decisions. It also supports out-of-the-box some key third-party integration modules (especially those included in the Thunder distribution):

Further 3rd-party module support

In the near future, some extensions will be available that make programming easier or superfluous for the support of further 3rd party integration modules in COOKiES.

  • COOKiES Module Handler covers the handling of Javascript (disable/enable depending on users consent)
  • "COOKiES Filter" (by @Anybody & @Grevil) will cover the handling of 3rd party code snippts pasted to the text editor.

Both modules are intended to be transfered to the COOKiES module.

Features

1. Full responsive design.
2. Full translatable by Drupal UI
3. Full accessibility
4. Customizable styling.
4.1. Light: Use CSS-vars to customize colors and some params as described here.
4.2. Heavy: Disable original CSS in the config and start to customize from scatch - or with original SCSS download here)

For developers

For developers, with these Modules above there are some easy-to-understand examples available for integrating further third-party-integration modules into user consent management. It contains code that controls the interfaces and best practices to implement practically any requirement quickly and easily.

Demo starter kit can be found here.

Install:

1. Install module with Composer (alternatively download) and activate it under Admin > Modules (/admin/modules) as you did it many times before.
2. Add the "COOKiES UI" block in the block configuration at Admin>Structure>Blocks (/admin/structure/block) place the block anywhere.
3. Activate additional modules under Admin>Modules (e.g. cookies_ga to support Google Analytics)

Some Configurations

1. Configure the COOKiES module under Admin>Config>System>COOKiES (/admin/config/cookies/config)
2. Users may want to change their cookie preferences. For this reason a "Cookies settings" link in the tools menu is created. Move link to the menu, where you want to place it. (You can create a custom Link very easy with <a href="#editCookieSettings">cookies</a>)

Important Note

For reasons of performance and in order not to influence the first impression of the page with the cookie banner, a scroll limit is set by default. If your website is not scrollable or your homepage is very short, you should set the sroll limit to zero so that the banner loads immediately.

Possible alternatives

Supporting organizations: 
Supporting open source
proudly helped to improve this module for the Drupal community
Free contribution days with an amazing team of Drupal developers

Project information

Releases