novicell / ie_warning
Display popup with disclaimer about using IE11 and below
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Language:JavaScript
Type:drupal-module
README
Introduction
The module will display a popup for users who navigating your site using Internet Explorer 11 and below.
You should use this module when:
- You want to advice people against using Internet Explorer 11 and below.
To submit bug reports and feature suggestions, or to track changes, please visit the following: https://bitbucket.org/novicell/module-ie-warning
Installation
- To install the module run
composer require novicell/ie_warning
or copy the "ie_warning" folder to your modules/contrib directory. - Run
drush en ie_warning
or go to admin/modules. Filter for ‘IE Warning’ and enable the module. Read more about installing modules at http://drupal.org/node/70151
Configuration
- Go to admin/config/ie_warning/settings.
- Alter Title, Body, Open button text and Close button text to your likings.
- Disable Javascript solution if needed.
- 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-ie-warning/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