This module embed the Silktide cookie consent toolbar. This module has a full admin UI for all the options Silktide Cookie Consent offers
http://drupal.org/sandbox/bassie111/1806384
This if my first module that i uploaded to the drupal community.

git clone --recursive --branch 7.x-1.x http://git.drupal.org/sandbox/bassie111/1806384.git silktide_cookie_consent

CommentFileSizeAuthor
#2 error_messages.jpg79.09 KBsittard

Comments

Ignigena’s picture

Make sure to add a README.txt file to your module.

Also, noticed quite a few minor errors and warnings mostly related to Drupal Coding Standards. These are all easy fixes, but good things to check before submitting here. Here are the errors that were found using PAReview:

http://ventral.org/pareview/httpgitdrupalorgsandboxbassie1111806384git

sittard’s picture

StatusFileSize
new79.09 KB

Nice idea and I'm sure many sites would benefit from this module. I like the concept that you can set your privacy settings for all sites utilising the Silk Tide Cookie Consent Plugin. I always felt it was a bit of a shame that the cookie law placed the responsibility on web site owners to comply rather than working with the browser developers to find a workable solution.

Some initial feedback:

Please include some instructions on how to install this module. It would also be nice to see some information on what this module does and how it works on the project screen. I would also suggest adding a paragraph explaining what cookies this modules sets.

On the silktide website you can test if Cookie conset is working by adding a query parameter.

Add the query parameter ?cctestmode=accept to accept all cookies regardless of settings. Add the query parameter ?cctestmode=decline to decline all cookies regardless of settings.

For example: http://www.mycompliantsite.com/mypage.html would become http://www.mycompliantsite.com/mypage.html?cctestmode=decline

I'm not sure if you have allowed for this or not, but some instructions on testing if Cookie Consent is working or not would be a bonus.

You have a overlay conflict with the Admin Menu module (http://drupal.org/project/admin_menu) which unfortunately means that the Cookie Consite Popup always hides the admin menu (until you click consent).

On a clean Drupal install I also got some error messages (see attached file).

I also notice that the popup did not activate in FireFox v16 but worked fine in IE9 and Chrome.

klausi’s picture

Status: Needs work » Closed (won't fix)

Closing due to lack of activity. Feel free to reopen if you are still working on this application.

knalstaaf’s picture

It would be very welcome to have this as a Drupal module.