Go Back   vb.org Archive > vBulletin Modifications > vBulletin 3.8 Modifications > vBulletin 3.8 Template Modifications

Reply
 
Thread Tools
IEDeathMarch.org - block IE 1.x - 6 from your Site Details »»
IEDeathMarch.org - block IE 1.x - 6 from your Site
Version: 1.00, by redlabour redlabour is offline
Developer Last Online: Oct 2012 Show Printable Version Email this Page

Category: Mini Mods - Version: 3.8.0 Rating:
Released: 03-20-2009 Last Update: Never Installs: 5
Template Edits
Re-useable Code Additional Files Translations  
No support by the author.

Hi,

this is only a simple Hint to block and redirect all Users to a customized *.html Page if they use a Internet Explorer Version older then Version 7.

You can do it a lot of Ways - but i guess this one is the best to describe your Users what is happening.

INSTRUCTION:

At the very first Line of headinclude Template enter:

Code:
<if condition="is_browser('ie') AND !is_browser('ie','7.0')"><meta http-equiv="refresh" content="0; url=http://www.YOURDOMAIN.de/ie6.html"></if>
see Attachment for my Version of the ie6.html and feel free to edit it to your Language and Style and then upload it.

THANKS GOES TO POGO FROM VBULLETIN-GERMANY FOR THIS HINT.

For more Information about the Background of this take a look at:

http://iedeathmarch.org/ :up:


DEMO OF THE REDIRECT:

German -> http://www.politikstube.de/ie6.html
Google Translation English -> http://translate.google.de/translate...istory_state0=

Download Now

File Type: zip ie6.zip (1.6 KB, 34 views)

Screenshots

File Type: png ie7andabove-only-css.png (19.3 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #2  
Old 03-21-2009, 04:04 AM
saadessa saadessa is offline
 
Join Date: Jan 2008
Posts: 284
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thank you for work
Reply With Quote
  #3  
Old 03-21-2009, 08:20 AM
redlabour's Avatar
redlabour redlabour is offline
 
Join Date: Mar 2004
Location: Wuppertal, NRW, Germany
Posts: 1,541
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks - but it was not really "work" - just a Collection of the Hint, a free Icon and the Idea of the *.html.

BTW - it would be nice if someone can upload a english ie6.html.
Reply With Quote
  #4  
Old 03-21-2009, 10:22 AM
veenuisthebest's Avatar
veenuisthebest veenuisthebest is offline
 
Join Date: Mar 2008
Location: India
Posts: 1,416
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

But why would you want to block a browser?? Whats the problem if a person still uses IE6.
Reply With Quote
  #5  
Old 03-21-2009, 10:48 AM
Ross L Ross L is offline
 
Join Date: Apr 2008
Posts: 92
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Great idea, though maybe this could be expanded slightly. Instead of blocking the user from browsing the forum (as every visitor is a visitor at the end of the day), every time they go on a new page, they get a drop down warning them that the site does not support IE6 and provide download links to Chrome, Firefox,IE7/8 and Opera.

Quote:
Originally Posted by veenuisthebest View Post
But why would you want to block a browser?? Whats the problem if a person still uses IE6.
I agree that blocking the browser completely may be a bit over the top, but you have to weigh up the amount of additional work that has to be put in on a site to get it formatting correctly in numerous browsers is more than enough, without having to support a crappy browser with the standards compliance of a cheap hooker. Not to mention the security risks you run using an outdated browser!

There are 3 types of people who run IE6:

People who don't know other browsers exist
People who don't have a clue about how they can update their computer software
People who work for companies whose IT department is just plain lazy or incompetent

I personally will not be supporting IE6 now that IE8 has been released.
Reply With Quote
  #6  
Old 03-21-2009, 11:19 AM
veenuisthebest's Avatar
veenuisthebest veenuisthebest is offline
 
Join Date: Mar 2008
Location: India
Posts: 1,416
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Ross L View Post
I agree that blocking the browser completely may be a bit over the top, but you have to weigh up the amount of additional work that has to be put in on a site to get it formatting correctly in numerous browsers is more than enough, without having to support a crappy browser with the standards compliance of a cheap hooker. Not to mention the security risks you run using an outdated browser!

There are 3 types of people who run IE6:

People who don't know other browsers exist
People who don't have a clue about how they can update their computer software
People who work for companies whose IT department is just plain lazy or incompetent

I personally will not be supporting IE6 now that IE8 has been released.
There's 1 more type of people who run IE6 primarily:

People who are not technical, and doesn't care AT ALL what browser they are running. They are happy with whatever they have in their PC. They just want the website to *open*.

I think the above category comprises of the largest number of people. Because XP is still being used largely, therefore IE6 (shipped by default) is also being used.
http://www.w3schools.com/browsers/browsers_stats.asp

I think its the worst thing to do to block a browser. vb is able to handle most of things for ie6. Remains the PNG issue, then there is already a nice fix available.
Reply With Quote
  #7  
Old 03-21-2009, 12:53 PM
redlabour's Avatar
redlabour redlabour is offline
 
Join Date: Mar 2004
Location: Wuppertal, NRW, Germany
Posts: 1,541
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by veenuisthebest View Post
But why would you want to block a browser?? Whats the problem if a person still uses IE6.
http://iedeathmarch.org/

All Arguments are listed.

Quote:
Originally Posted by veenuisthebest View Post
I think the above category comprises of the largest number of people. Because XP is still being used largely, therefore IE6 (shipped by default) is also being used.
http://www.w3schools.com/browsers/browsers_stats.asp
It is never to late to learn using Windows Update.

But by the Way - this is of course a bit to hard for Boards with 40% or more using IE6. And we have only 15% Visitors using IE6.

Quote:
Originally Posted by veenuisthebest View Post
People who are not technical, and doesn't care AT ALL what browser they are running.
.....need someone to show them what to do.
I have announced the blocking to my Members two Months before and given Support for Updating and Hints.
Reply With Quote
  #8  
Old 03-21-2009, 01:40 PM
Black Tiger's Avatar
Black Tiger Black Tiger is offline
 
Join Date: Apr 2004
Location: Netherlands
Posts: 957
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
People who don't know other browsers exist
People who don't have a clue about how they can update their computer software
People who work for companies whose IT department is just plain lazy or incompetent
Thanks for the compliment, because I still am using IE6.
Seems you are the incompetent one yourself because you forgot the main reason:
People who NEED IE6 (like my hosting company), because they have to see how other users, still using IE6 look at their webpage. You can't have a ICT business website online and not support IE6 while it's still out there, because they won't take you serious as hoster or webdesigner if already your homepage looks "strange" (because they are using IE6).

It's a great mod for things like forums and hobby websites.

But it would be better if people would not make that kind of stupid comments without thinking a bit further.
Reply With Quote
  #9  
Old 03-21-2009, 01:49 PM
Phantasmagoric Phantasmagoric is offline
 
Join Date: Feb 2009
Location: United Kingdom
Posts: 79
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm against the forced blocking of any browser myself, just personal choice really, it isn't fair really and it does smack a little of being a bully to me to be honest. I wont support IE6 on my site and the download sections have a warning graphic stating as much, this gives each user the 'choice' to decide for themselves if they still want to use my designs.

Having something that would put a dropdown message telling guests how they could update their browser would indeed be a good idea, that I could go for.

I must agree that I feel IE6 was a dreadful err' on Microsoft's part, I don't believe IE7 is any better in truth considering it's security vulnerabilities, let's just hope IE8 is a step in the right direction.
Reply With Quote
  #10  
Old 03-21-2009, 02:14 PM
Ross L Ross L is offline
 
Join Date: Apr 2008
Posts: 92
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Black Tiger View Post
Thanks for the compliment, because I still am using IE6.
Seems you are the incompetent one yourself because you forgot the main reason:
People who NEED IE6 (like my hosting company), because they have to see how other users, still using IE6 look at their webpage. You can't have a ICT business website online and not support IE6 while it's still out there, because they won't take you serious as hoster or webdesigner if already your homepage looks "strange" (because they are using IE6).

It's a great mod for things like forums and hobby websites.

But it would be better if people would not make that kind of stupid comments without thinking a bit further.
A lot of people are now not supporting IE6 now IE8 is out as it is outdated (including banks and web designers / developers)! There is such a thing called "Technological Progression". People still use IE5, but very,very few people actual support it. If we keep fixing sites to work with older browsers, we will still be supporting IE6 when IE10 comes out! You have to roll with the times and if people are being left behind, it's their own fault.

It's the same argument as people who complain that vista doesn't work on their old outdated PC...
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 11:19 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.09396 seconds
  • Memory Usage 2,330KB
  • Queries Executed 24 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)bbcode_code
  • (7)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (2)postbit_attachment
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete