vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=246)
-   -   Forum Display Enhancements - IE6 Blocker - JQuery version (https://vborg.vbsupport.ru/showthread.php?t=248758)

S3Ponline 07-16-2011 06:49 AM

Why not something to help people.

What about some type of message that updates people on how old their browser is and to update it.

I want to phase out IE7 now as well.

http://wordpress.org/extend/plugins/no-more-ie6/

Something likes this. This would be great for IE6 and IE7. Also something that provides something that gives a link to a different type of forum style since some people can’t upgrade because they are coming on from work.

Also a way to recommend another browser like google chrome.

Max Taxable 07-16-2011 09:06 PM

Quote:

Originally Posted by S3Ponline (Post 2221106)
Why not something to help people.

What about some type of message that updates people on how old their browser is and to update it.

I want to phase out IE7 now as well.

Something likes this. This would be great for IE6 and IE7. Also something that provides something that gives a link to a different type of forum style since some people can?t upgrade because they are coming on from work.

Also a way to recommend another browser like google chrome.

That's exactly what this vB hack does.

However as I said, there are very few human eyes that would actually see the message.

S3Ponline 07-25-2011 08:16 AM

Quote:

Originally Posted by Max Taxable (Post 2221310)
That's exactly what this vB hack does.

However as I said, there are very few human eyes that would actually see the message.

well I don?t want to block them, I just want them to see how screwed up everything is and update.

And your image file isn?t showing so I couldn?t see what the image would look like.

Max Taxable 07-25-2011 10:52 AM

Quote:

Originally Posted by S3Ponline (Post 2224671)
well I don?t want to block them, I just want them to see how screwed up everything is and update.

And your image file isn?t showing so I couldn?t see what the image would look like.

Well, it's not my image file, it's not my hack.

All this does is overlay a image over the board, explains you are using IE6 and says "We don't support it" and gives links to upgrade to either the latest version of IE or Firefox.

I doubt very many humans actually see it where it's installed. It's going to be botnet slave computers still using IE6 and earlier, in the vast majority.

Here's a screengrab from a board that has this:

https://vborg.vbsupport.ru/external/2011/07/12.png

I think we are well past the point of having anyone out there to offend. If there are any humans still using IE6, they need to get themselves a 21st Century browser, since we are in the 21st Century. They would be doing themselves a huge favor in getting rid of that wet paper sack, archaic dinosaur, piece of crap, IE6.

S3Ponline 07-28-2011 05:20 AM

Ah, that’s not bad.

How can I get something that detects IE7 browsers too? Things a piece of junk as well.

Max Taxable 07-28-2011 10:30 AM

Quote:

Originally Posted by S3Ponline (Post 2225920)
Ah, that?s not bad.

How can I get something that detects IE7 browsers too? Things a piece of junk as well.

This will still block any IE7 installation that is still using the IE6 kernel, which is alot of them.

Max Taxable 10-19-2011 12:05 PM

UPDATE on use of this.

I removed the code for this from headinclude and placed it instead in the register template.

In "register" template find:
Code:

dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
And add the code supplied here under it, or really anywhere in the script so it will be called up. You can I guess, put it at the very top or very bottom. I don't think it matters.

This allows humans still using IE6 to read your content unimpeded, but if they try to register they will get this IE6 blocker when they land on the do=register page after agreeing to the forum rules.

We stop the botnet zombies from registering with this, and if it blocks a human they can still send us feedback. Or, they can use the links provided to get themselves a modern browser and join the 21st Century already.

Additionally, I edited the "jquery.ie6blocker.js" file to where it now says, "If you would like to register with us please... etc" instead of "If you would like to read our content please... etc."

Of course, this will not stop people or bots on IE6 who have javascript disabled. For making sure we get such bots stopped we also installed this "Is Bot" mod. The thread explains how to edit that mod to work with vB4 as well.

too_cool_3 11-01-2011 09:29 PM

Quote:

Originally Posted by Max Taxable (Post 2258941)
UPDATE on use of this.

I removed the code for this from headinclude and placed it instead in the register template.

In "register" template find:
Code:

dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
And add the code supplied here under it, or really anywhere in the script so it will be called up. You can I guess, put it at the very top or very bottom. I don't think it matters.

This allows humans still using IE6 to read your content unimpeded, but if they try to register they will get this IE6 blocker when they land on the do=register page after agreeing to the forum rules.

We stop the botnet zombies from registering with this, and if it blocks a human they can still send us feedback. Or, they can use the links provided to get themselves a modern browser and join the 21st Century already.

Additionally, I edited the "jquery.ie6blocker.js" file to where it now says, "If you would like to register with us please... etc" instead of "If you would like to read our content please... etc."

I downloaded the files in the first post, then I edited the "jquery.ie6blocker.js" file, then I uploaded the files to my root and finally, edited the "register" template for both my styles. This is on vB 4.1.7

Unfortunately, I don't have a machine running IE6 to test this mod with but I have not encountered any errors so THANK YOU Max Taxable for the UPDATE! =D

-Marc

Max Taxable 11-02-2011 12:19 AM

Quote:

Originally Posted by too_cool_3 (Post 2263573)
I downloaded the files in the first post, then I edited the "jquery.ie6blocker.js" file, then I uploaded the files to my root and finally, edited the "register" template for both my styles. This is on vB 4.1.7

Unfortunately, I don't have a machine running IE6 to test this mod with but I have not encountered any errors so THANK YOU Max Taxable for the UPDATE! =D

-Marc

Test it with this:

http://ipinfo.info/netrenderer/index.php

There's a option there to make it IE6 or older to run the test with and it will give you a nice screenshot.

I've since installed another mod that is brilliant, really makes this one sort of obsolete... check that here and read the thread for instructions on how to make it work with vB4.x.x

DAMINK 03-18-2012 06:48 AM

Quote:

Originally Posted by Max Taxable (Post 2263621)
Test it with this:


I've since installed another mod that is brilliant, really makes this one sort of obsolete... check that here and read the thread for instructions on how to make it work with vB4.x.x

Here is the same mod but for 4.0
https://vborg.vbsupport.ru/showthread.php?p=2293355


All times are GMT. The time now is 12:23 PM.

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.01285 seconds
  • Memory Usage 1,751KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (7)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete