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
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
- To install the module run
composer require novicell/cookie_info
or copy the "cookie_info" folder to your modules/contrib directory. - 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
- Go to admin/config/cookie_info/settings.
- Alter Title, Body, Open button text and Close button text to your likings.
- Enable "Only show popup once" if your prefer not to show the popup on each page load.
- Click the 'Save' button.
Troubleshooting
- Go to the module issue queue at https://bitbucket.org/novicell/module-cookie-info/jira
- Check if your particular issue exists. If not, click on the Create issue link.
- Fill the form.
Updating
Read more at http://drupal.org/node/250790