novicell/cookie_info

Cookie Info popup

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

Language:JavaScript

Type:drupal-module

1.1.0 2025-02-21 10:57 UTC

This package is auto-updated.

Last update: 2025-07-10 11:39:35 UTC


README

Introduction

This module provides a cookie info popup at the bottom of the website.

To submit bug reports and feature suggestions, or to track changes, please visit the following: https://bitbucket.org/novicell/module-cookie-info

Installation

  1. To install the module run composer require novicell/cookie_info or copy the "cookie_info" folder to your modules/contrib directory.
  2. Run drush en cookie_info or go to admin/modules. Filter for ‘Cookie Info’ and enable the module. Read more about installing modules at http://drupal.org/node/70151

Configuration

  1. Go to admin/config/cookie_info/settings.
  2. Alter Title, Body, Open button text and Close button text to your likings.
  3. Enable "Only show popup once" if your prefer not to show the popup on each page load.
  4. Click the 'Save' button.

Troubleshooting

  1. Go to the module issue queue at https://bitbucket.org/novicell/module-cookie-info/jira
  2. Check if your particular issue exists. If not, click on the Create issue link.
  3. Fill the form.

Updating

Read more at http://drupal.org/node/250790