Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Template Modifications
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
IE6 Blocker - JQuery version Details »»
IE6 Blocker - JQuery version
Version: 1.00, by TheSupportForum TheSupportForum is offline
Developer Last Online: May 2017 Show Printable Version Email this Page

Category: Forum Display Enhancements - Version: 4.0.6 Rating:
Released: 08-15-2010 Last Update: 08-16-2010 Installs: 22
Template Edits
Additional Files  
No support by the author.

Description:

compeletly block IE6 Users from browsing your forum, this is a jQuery version and works 100%.


How to Install:
1) Upload the contents into your forum root Folder
2) add 2 lines of code to Headinclude
Admincp>> Styles & Templates >> >> Style Manager >> All Style Options
Select Common Templates
you shoudl see 3 sections
Header
headinclude
footer

within headinclude after uploading all the content to your forum root folder
add the following code to the bottom of headinclude

Code:
<script type="text/javascript" src="/includes/ie6blocker/jquery-1.2.6.min.js"></script>
<script type="text/javascript" src="/includes/ie6blocker/jquery.ie6blocker.js"></script>
the code should be below:

Code:
</vb:if>
{vb:raw template_hook.headinclude_css}
Example screenshot of what it looks like using my website www.ereptalk.co.uk

Download Now

File Type: zip IE6Blocker.zip (35.7 KB, 128 views)
File Type: zip IE6Blocker-Arabic.zip (40.5 KB, 20 views)

Supporters / CoAuthors

Show Your Support

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

Comments
  #12  
Old 07-16-2011, 06:49 AM
S3Ponline S3Ponline is offline
 
Join Date: May 2010
Posts: 95
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #13  
Old 07-16-2011, 09:06 PM
Max Taxable's Avatar
Max Taxable Max Taxable is offline
 
Join Date: Feb 2011
Posts: 3,134
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by S3Ponline View Post
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.
Reply With Quote
  #14  
Old 07-25-2011, 08:16 AM
S3Ponline S3Ponline is offline
 
Join Date: May 2010
Posts: 95
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Max Taxable View Post
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.
Reply With Quote
  #15  
Old 07-25-2011, 10:52 AM
Max Taxable's Avatar
Max Taxable Max Taxable is offline
 
Join Date: Feb 2011
Posts: 3,134
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by S3Ponline View Post
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:



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.
Reply With Quote
  #16  
Old 07-28-2011, 05:20 AM
S3Ponline S3Ponline is offline
 
Join Date: May 2010
Posts: 95
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ah, that’s not bad.

How can I get something that detects IE7 browsers too? Things a piece of junk as well.
Reply With Quote
  #17  
Old 07-28-2011, 10:30 AM
Max Taxable's Avatar
Max Taxable Max Taxable is offline
 
Join Date: Feb 2011
Posts: 3,134
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by S3Ponline View Post
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.
Reply With Quote
  #18  
Old 10-19-2011, 12:05 PM
Max Taxable's Avatar
Max Taxable Max Taxable is offline
 
Join Date: Feb 2011
Posts: 3,134
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #19  
Old 11-01-2011, 09:29 PM
too_cool_3's Avatar
too_cool_3 too_cool_3 is offline
 
Join Date: Sep 2007
Location: ON, Canada
Posts: 108
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Max Taxable View Post
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
Reply With Quote
  #20  
Old 11-02-2011, 12:19 AM
Max Taxable's Avatar
Max Taxable Max Taxable is offline
 
Join Date: Feb 2011
Posts: 3,134
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by too_cool_3 View Post
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
Reply With Quote
Благодарность от:
too_cool_3
  #21  
Old 03-18-2012, 06:48 AM
DAMINK DAMINK is offline
 
Join Date: Jun 2010
Location: Melbourne Australia
Posts: 301
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Max Taxable View Post
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
Reply With Quote
Reply


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 12:59 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04778 seconds
  • Memory Usage 2,347KB
  • Queries Executed 27 (?)
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
  • (4)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
  • (2)pagenav_pagelink
  • (11)post_thanks_box
  • (1)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (2)postbit_attachment
  • (11)postbit_onlinestatus
  • (11)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
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • 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
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete