Install

Works with Drupal: 7.x

Using Composer to manage Drupal site dependencies

Downloads

Download cookiecontrol-7.x-1.4.tar.gztar.gz 27.47 KB
MD5: f6ee7dbfb0edf97e2abe577cc87f095a
SHA-1: b7ba45f7e1c827778a91cc4792322ad619588bf5
SHA-256: c2e2c3a92c6645edfec3468b70a063f6932db8c90fb25f10abb6d2815e40bd65
Download cookiecontrol-7.x-1.4.zipzip 29.92 KB
MD5: 2261e0aa90367208b1a5c53367ecab1a
SHA-1: f74c4fc17b6c382bb0f69fa3081ce0070da96da1
SHA-256: b96554261e175137f92c0afe938185af67673f3591296c9638826591049c2051

Release notes

Upgraded Cookie Control pop-up design to v4 including two colour themes.

Integration with other modules now possible. From within your Drupal module you can append JavaScript functions to a list which will be executed when a visitor first accepts cookies, and on loading every subsequent page.

hook_cookieaccept_alter(&$callbacks)
hook_cookiesallowed_alter(&$callbacks)
hook_cookiesnotallowed_alter(&$callbacks)

Use $_COOKIE[cookiecontrol_generatesitecookie()] server side in logic to control rendering of content which would normally generate a cookie.

Users are prevented from logging in if they have not yet given cookie consent.

Fixed use on https pages.

Support for preventing Google Analytics cookies using a sub module included.

Created by: budda
Created on: 17 May 2012 at 20:53 UTC
Last updated: 17 May 2012 at 21:02 UTC
New features
Bug fixes

Other releases