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
No More IE6 Fix Details »»
No More IE6 Fix
Version: 4.0.8, by TheSupportForum TheSupportForum is offline
Developer Last Online: May 2017 Show Printable Version Email this Page

Category: Forum Home Enhancements - Version: 4.0.5 Rating:
Released: 07-26-2010 Last Update: 07-29-2010 Installs: 18
Template Edits
 
No support by the author.

Provided by
ereptalk.co.uk


Description:

this template edit tells the user that they need to update their browser above IE6, once it detects it, this does not affect your forum in anyway, as vbulletin4 does not support IE6 correctly


IMPORTANT NOTE: 30/07/2010
Orginal/Geniune Translation Translation Name need for all languages shown below, so if youve got an italian forum, i need to know what to call the, i will release the new version tomorrow with more feedback please

i already have fran?ais, i am now awaiting the rest thank you

Screenshot
this will show if the user is browsing your website using IE5,IE6

How to Test after installtion of this template edit
Visit this link http://ipinfo.info/netrenderer/index.php
this website is a virtual enviroment of some of the old browsers

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
How to Install (Import Product)
PLEASE ENSURE TO UNISTALL THE OLD VERSION FIRST
1) Import product-nomoreie6_fix_4.0.8.xml in Admincp >> Plugins & Products >> Manage Products:

a) click add/import product
b) upload the XML file from your computer
c) Allow Overwrite: Yes
d) Click Import

Edit Header Template

a) Admincp >> Styles & Templates >> Style Manager >>
1) click on edit templates on the style you wish to edit
2) scroll down to header then click edit
3) at the top of the template add the following only choose the option you downloaded

Add the following code to header template above the rest of the code
Code:
<vb:if condition="$vboptions['ie6fix_onoff']">
{vb:rawphrase ie6fix_english}
</vb:if>
the above code is for enlgish to change language all you need to do is change the following for the language you want to display

Change

Code:
{vb:rawphrase ie6fix_english}
to either
Code:
{vb:rawphrase ie6fix_spanish}
or
Code:
{vb:rawphrase ie6fix_french}
or
Code:
{vb:rawphrase ie6fix_portuguese}
oe
Code:
{vb:rawphrase ie6fix_japanese}
or
Code:
{vb:rawphrase ie6fix_italian}
or
Code:
{vb:rawphrase ie6fix_swedish}
if you wish to contribute another language please PM me, it will be added in the next release


add at the top of header template above the original code

Changelog:
4.0.8 - 30/07/2010
Settings
Admin >> Settings >> Options >> [No IE6 Fix MOD]

This allows you to turn this MOD on or off, this has been tested and works 100%
if you have downloaded this version please ensure you follow instructions correctly otherwise this will not work

4.0.9 - not yet released
will see a new stylvar to change the background colour to your own choose
all other options still exist, you may fo notice that opera browser link has gone from 4.0.8, we may be putting the link back in this release

there is an extra option in this MOD pelase ignore it it was for testing purposes

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Please leave some feedback of any suggestions or thank you's

Download Now

File Type: xml product-nomoreie6_fix_4.0.8.xml (15.5 KB, 90 views)

Screenshots

File Type: gif english.gif (20.9 KB, 0 views)
File Type: jpg sample.JPG (33.9 KB, 0 views)

Show Your Support

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

Comments
  #12  
Old 07-28-2010, 08:40 PM
Dr.osamA's Avatar
Dr.osamA Dr.osamA is offline
 
Join Date: Aug 2004
Location: Syrie
Posts: 979
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Excellent

thanxx man good work

installed + 5 star + translated to Arabic

can i add translation here plzz ??
Reply With Quote
  #13  
Old 07-28-2010, 09:18 PM
BadgerDog BadgerDog is offline
 
Join Date: Oct 2006
Location: Toronto
Posts: 1,789
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Installed, tested, then un-installed ....

I think there may be issues with either this mod, or the site used to test the rendering of a web site using various versions of browsers ...

Not sure which, but I think I'll wait for more feedback and testing by folks more experienced than me ...

Regardless, thanks for your efforts ...

Regards,
Badger
Reply With Quote
  #14  
Old 07-29-2010, 07:21 AM
TheSupportForum TheSupportForum is offline
 
Join Date: Jan 2007
Posts: 1,158
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Dr.osamA View Post
Excellent

thanxx man good work

installed + 5 star + translated to Arabic

can i add translation here plzz ??
Arabic is not yet translated myside if you PM me the translate then i will convert it to a product
Reply With Quote
  #15  
Old 08-07-2010, 09:56 PM
BadgerDog BadgerDog is offline
 
Join Date: Oct 2006
Location: Toronto
Posts: 1,789
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I re-installed the new version 4.08 for additional testing ...

Thank you ... :up:

Regards,
Badger

Edit: I notice that all your graphic symbols and other content is dependent upon a 3rd party web site to access and display them using hard coded paths. I'd recommend you allow users to enter their own file paths as an AdminCP function to store these on their own sites, so if the 3rd party site is not available it doesn't create problems.
Reply With Quote
  #16  
Old 08-08-2010, 12:31 AM
TheSupportForum TheSupportForum is offline
 
Join Date: Jan 2007
Posts: 1,158
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by BadgerDog View Post
I re-installed the new version 4.08 for additional testing ...

Thank you ... :up:

Regards,
Badger

Edit: I notice that all your graphic symbols and other content is dependent upon a 3rd party web site to access and display them using hard coded paths. I'd recommend you allow users to enter their own file paths as an AdminCP function to store these on their own sites, so if the 3rd party site is not available it doesn't create problems.
this will be done for next release thank you
Reply With Quote
  #17  
Old 08-09-2010, 07:12 AM
lubbie lubbie is offline
 
Join Date: May 2010
Posts: 169
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Tagged and will be installed soon. Thank you

Did u got a german translation?
Reply With Quote
  #18  
Old 08-09-2010, 09:30 AM
BadgerDog BadgerDog is offline
 
Join Date: Oct 2006
Location: Toronto
Posts: 1,789
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

simondhind ...

We're getting a lot of complaints from members that they appreciate the warning, but is there some way of turning it OFF permanently after they've clicked the X once?

Perhaps use a "cookie" based method?

... or have a field where the Admin can enter the USERID of members who want it turned OFF?

It's a great idea you've got, but I think it needs some refining (ie: the file path exposure), plus some more Admin controls to make sure it doesn't overwhelm the user experience.

Thanks for any help in improving the code for our use... :up:

Regards,
Badger
Reply With Quote
  #19  
Old 08-09-2010, 12:05 PM
BirdOPrey5's Avatar
BirdOPrey5 BirdOPrey5 is offline
Senior Member
 
Join Date: Jun 2008
Location: New York
Posts: 10,610
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by BadgerDog View Post
simondhind ...

We're getting a lot of complaints from members that they appreciate the warning, but is there some way of turning it OFF permanently after they've clicked the X once?
Just tell them to upgrade and they won't get the message.
Reply With Quote
  #20  
Old 08-09-2010, 03:42 PM
BadgerDog BadgerDog is offline
 
Join Date: Oct 2006
Location: Toronto
Posts: 1,789
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by BirdOPrey5 View Post
Just tell them to upgrade and they won't get the message.
Well, they would if they could, except they are on LAN based systems centrally controlled, so they are subject to the vagaries of their corporate polices and administrators.

Good software development adapts to the user, not expecting the user to adapt to it ..

Anyway, one reminder gets the point across and let's the user make his own decision as to what he wants to do from there on. There's no need to continually beat him up with it ...

The built-in vBulletin 4 Notice System is well designed for that and let's a user control notices, being able to set them as "dismissed" or not. It's too bad one of their option checks doesn't let the Admin focus on just IE6 users and earlier, as the best place to handle this kind of notice would have been under that universal system.

Thanks ..

Regards,
Badger
Reply With Quote
  #21  
Old 08-09-2010, 03:48 PM
BirdOPrey5's Avatar
BirdOPrey5 BirdOPrey5 is offline
Senior Member
 
Join Date: Jun 2008
Location: New York
Posts: 10,610
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by BadgerDog View Post
Well, they would if they could, except they are on LAN based systems centrally controlled, so they are subject to the vagaries of their corporate polices and administrators.

Good software development adapts to the user, not expecting the user to adapt to it ..
You mean the people using IE6 on your site have no say in the matter and actually get upset about being constantly reminded to upgrade when they would if they could but they can't so they don't? Shocked, I am...
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 01:38 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.04827 seconds
  • Memory Usage 2,347KB
  • Queries Executed 26 (?)
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
  • (8)bbcode_code
  • (5)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
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (3)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
  • 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