DokuWiki

It's better when it's simple

User Tools

Site Tools


plugin:cookielaw

This is an old revision of the document!


Cookielaw Plugin

Compatible with DokuWiki

2014-09-29, Detritus

plugin Display banner for user's consent with cookie storing

Last updated on
2015-08-14
Provides
Action
Repository
Source
Conflicts with
ad-hominem

This extension has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues.

Similar to cookiebanner

Tagged with cookie, popup

Installation

Search and install the plugin using the Extension Manager. Refer to Plugins on how to install plugins manually.

Examples/Usage

Currently plugin works just by installing it.

Configuration and Settings

Color for the banner are derived from the style.ini variables ini_text_alt and ini_background_alt.

ToDo/Wish List

See current issues on GitHub.

Translations

French translation for lang.php can be added using this content:

lang.php
<?php
$lang['information'] = 'Ce site web utilise des cookies pour analyser le trafic de visites. ' .
                       'En restant sur ce site, vous acceptez le stockage de cookies sur votre ordinateur. ';
$lang['consent']     = 'OK';
$lang['details']     = 'En savoir plus';
$lang['details_url'] = 'https://fr.wikipedia.org/wiki/Cookie_(informatique)';

Spanish translation (due to new EU rules, IP is included in the warning):

lang.php
<?php
// Spanish language file for cookielaw plugin
// put this on /plugin/cookielaw/lang/es/plugin.php
$lang['information'] = 'Esta página web emplea cookies y registra la dirección IP para analizar su tráfico y por motivos de seguridad. ' .
                       'Al permanecer en este sitio, acepta que se almacenen cookies en su ordenador. ';
$lang['consent']     = 'De acuerdo';
$lang['details']     = 'Más información';
$lang['details_url'] = 'https://es.wikipedia.org/wiki/Cookie_(inform%C3%A1tica)';
plugin/cookielaw.1528557716.txt.gz · Last modified: 2018-06-09 17:21 by josemoya

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki