micschk/silverstripe-cookiebar

There is no license information available for the latest version (1.0) of this package.

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

1.0 2016-05-18 15:28 UTC

This package is not auto-updated.

Last update: 2024-04-17 16:37:04 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"