SUY 1.0

This project is not covered by Drupal’s security advisory policy.

Warning message

As of May 20, 2010, this project appears to be no longer supported. If, as the project maintainer, you feel this message has been posted in error, please post a comment on #790326: Is SUY still being maintained?

Simple and clean IE6 notification, "Your web browser is outdated".

This module was created to make a clean and professional version of current and similar modules:

Since the module is also based on seven_up (not the other module but the Google Code project itself), I understand this could be confusing. However the module and javascript have been made to follow coding standards and good coding practices.

Current requirements

I'll try to get rid of the UI requirements for the actual future release of this module to use whatever solution seems best to have a module as lightweight as possible.

  • jQuery UI Core 1.6+ (provided but not enabled, see below)
  • jQuery UI Dialog 1.6+ (provided and enabled, see below)

© or props to sevenup_black for images

Installation

If you already have ui.core.js included you're all set. ui.dialog.js is included and in the IE conditional comment in suy_preprocess_page(). You will need to adjust this manually depending on your themes/modules configurations.

page.tpl.php

You need to add this one line <?php print $suy ?> to your theme, under <?php print $scripts ?> :

<head>
<title><?php print $head_title ?></title>
<?php print $head ?>
<?php print $styles ?>
<?php print $scripts ?>
<?php print $suy ?>
</head>

Notes

There is also a jQuery plugin that I've created a Google Code project for at http://code.google.com/p/suy/

Based on sevenup (and the sevenup_black theme) from http://code.google.com/p/sevenup/

In the hope that 2009 will be the end of IE6. For every shared frustration we, as web developers, designers or anyone that uses the web on a daily basis, for every constant battle on every project, for every web worker that have to endure the pain it causes without probably ever knowing it, for some of those plain stupid clients (I SAID IT!!! feels good), for everyone that IS STILL USING INTERNET EXPLORER 6 and mostly for anyone out there that gets what I mean and might want to use it

Enjoy!

Project information

Releases