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

1.1.0 2025-02-21 11:15 UTC

This package is auto-updated.

Last update: 2025-07-10 11:41:25 UTC


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

  1. To install the module run composer require novicell/ie_warning or copy the "ie_warning" folder to your modules/contrib directory.
  2. 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

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

Troubleshooting

  1. Go to the module issue queue at https://bitbucket.org/novicell/module-ie-warning/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