If you have ever created a simple web page, you know that IE6 should be banned by law. Here is a very simple wordpress plugin to reject IE6 and inform the users.
This is using the jreject jquery plugin. The wordpress plugin simply uses the wordpress hooks to insert jquery plugin into your theme.
#1 by Robert on November 7th, 2009
Quote
I just have one suggestion for this plugin. I’ve already implemented and tested it in my version but can you add “closeCookie: true” into the php file?
Thanks.
BTW, Making it configurable in the future wouldn’t hurt either.
#2 by iPhone 3GS on November 25th, 2009
Quote
Hello,
I used it on my blog but I want to translate in french the plugin. What file I have to modify ?
thank you
#3 by Sandaruwan Gunathilake on November 26th, 2009
Quote
Look at the iReject jquery plugin options, http://jreject.turnwheel.com/. It provides a way to change the text. Insert those options in to line 23-ish of noie6.php.
~ Sandaruwan
#4 by Maxime on November 27th, 2009
Quote
Salut iphone,
C’est dans jquery.reject.min.js ligne 10 que tu pourras modifier le texte. Attention à bien utiliser un éditeur texte et à ne pas effacer de ‘ avant ou après.
Voilà
Bye
#5 by iPhone 3GS on November 27th, 2009
Quote
@Sandaruwan @maxime thank you
#6 by Gothika_47 on December 10th, 2009
Quote
I added it to my site but the warning doesnt show on the homepage for some strange reason.Can you see if it works with you?Please send me a email because im trying to get rid of IE6 but there is no plugin that works! :<
#7 by Derek on December 18th, 2009
Quote
First, I’d like to say thank you for the great plugin. It looks really good and gets the job done.
After I began using it I noticed that my pages were not validating because of the javascript inserted into the head by this plugin. It begins its call with “”, but this does not validate. Changing noie6.php to echo “” was easy and fixed the problem. Something to consider for future updates. Thanks again!