Skip to content

SilverStripe module for adding a 'Cookie notice' to comply with EU directive.

Notifications You must be signed in to change notification settings

studiobonito/Cookie-Bar

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cookiebar Module

Overview

This module provides a configurable notice about cookies, a link to a page about them and an 'accept' link to close the notice

Maintainer Contact

Requirements

  • Use Tag v1 for SilverStripe 2.4.1 or newer
  • Use Tag v1.1 for SilverStripe 3 or newer

Installation

Unpack and copy the cookiebar folder into your SilverStripe project (You can call the folder whatever you like).

Now add the include CookieBar.ss file at the top of your Page.ss template, just after like so:

...
<body>
<% include CookieBar %>
...

Run "dev/build" in your browser, for example: "http://www.mysite.com/dev/build?flush=all"

To see the module in action visit http://www.aabweb.co.uk

About

SilverStripe module for adding a 'Cookie notice' to comply with EU directive.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 63.3%
  • CSS 26.6%
  • Scheme 10.1%