micschk / silverstripe-cookiebar
Drop-in configurable notice about cookies
Installs: 33
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 3
Forks: 1
Open Issues: 0
Type:silverstripe-module
Requires
- silverstripe/framework: ~3.0
This package is not auto-updated.
Last update: 2024-10-30 19:19:48 UTC
README
Overview
This module provides a configurable notice about cookies, a link to a page about them and an 'accept' link to close the notice. It's based on the cookiebar module by Aram Balakjian & Steve Heyes, adapted to be cache-able.
Requirements
- 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 $CookieBar just before the closing body tag
...
$CookieBar
</body>
...
Run "dev/build" in your browser, for example: "http://www.mysite.com/dev/build?flush=all"