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

Reply
 
Thread Tools
IE6 Detector V1.2 Details »»
IE6 Detector V1.2
Version: 1.2, by dannyheath dannyheath is offline
Developer Last Online: Nov 2012 Show Printable Version Email this Page

Category: Add-On Releases - Version: 4.0.x Rating:
Released: 12-30-2009 Last Update: 01-03-2010 Installs: 34
Uses Plugins
Translations  
No support by the author.

IE6 Detector V1.2

A very easy to use and a good way to alert your users that they need to upgrade their web browser with an direct link to upgrade.
The Alert Read:
Code:
Alert: It appears that you are using an out dated web browser Internet Explorer 6. While you may still visit this website we encourage you to upgrade your web browser so you can enjoy all the rich features this website offers as well as other websites. Follow this link to Upgrade your Internet Explorer Or better Yet, Get FireFox! A Much More Secure, Faster Web Browser Get FireFox


Features:
  1. No template edits

Installation:
  • Install product-danny_ie6_detector.xml as a Product.

Upgrade:
  • Upgrade product-danny_ie6_detector.xml as a Product.

Changelog:

v1.0 : Initial release.
v1.1 : Fix Bugs
: Alert Message Put In A Phrase
v1.2:Fix A Mojer Bug

Translation:
  1. Albanian

Show Your Support

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

Comments
  #32  
Old 01-04-2010, 05:56 AM
cellarius's Avatar
cellarius cellarius is offline
 
Join Date: Aug 2005
Posts: 1,987
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This mod is still (1.2) not anywhere up to standards. You did not resolve the most critical bug: You still are dumping invalid data onscreen by just putting the html for another complete html page into the plugin. This will result in the errors discussed on vb.com and vbg.com before. Get any plain html out of the plugin. If you don't want to use a template (which you should), you need to save any output you want to create into a variable, register that properly for use wherever you want it to use (probably header template) and output call that variable there.

This mod in it's current state is still bound to break vB4 insallations completely by dumping output to screen before cookies are being set. Even if it seems to work, it will output invalid html by plastering another complete html site structure on top of the existing one, created by vB4.
Reply With Quote
  #33  
Old 01-04-2010, 02:15 PM
dannyheath dannyheath is offline
 
Join Date: Mar 2009
Location: mancheser
Posts: 50
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by cellarius View Post
This mod is still (1.2) not anywhere up to standards. You did not resolve the most critical bug: You still are dumping invalid data onscreen by just putting the html for another complete html page into the plugin. This will result in the errors discussed on vb.com and vbg.com before. Get any plain html out of the plugin. If you don't want to use a template (which you should), you need to save any output you want to create into a variable, register that properly for use wherever you want it to use (probably header template) and output call that variable there.

This mod in it's current state is still bound to break vB4 insallations completely by dumping output to screen before cookies are being set. Even if it seems to work, it will output invalid html by plastering another complete html site structure on top of the existing one, created by vB4.
Ok I get Right On To It Can You Get Contace Me Plz Danny
Reply With Quote
  #34  
Old 01-06-2010, 12:50 PM
user02934123123 user02934123123 is offline
 
Join Date: Apr 2006
Location: UK
Posts: 91
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This mod doesn't seem to work at all. Caused untold errors the moment I installed it on 4.0 Gold PL2.
Reply With Quote
  #35  
Old 01-06-2010, 02:27 PM
messengermatt messengermatt is offline
 
Join Date: Aug 2009
Posts: 91
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by monForum View Post
This mod doesn't seem to work at all. Caused untold errors the moment I installed it on 4.0 Gold PL2.
PL2 hasnt been released yet
Reply With Quote
  #36  
Old 01-06-2010, 03:43 PM
movslow movslow is offline
 
Join Date: Aug 2008
Posts: 297
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by messengermatt View Post
PL2 hasnt been released yet
lol..
Reply With Quote
  #37  
Old 01-14-2010, 06:20 PM
alnassrah alnassrah is offline
 
Join Date: Feb 2005
Posts: 33
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

There is a problem when the composition of the Arabic language shift to the left direction.
Reply With Quote
  #38  
Old 01-18-2010, 03:54 PM
okeycool okeycool is offline
 
Join Date: Jan 2009
Posts: 5
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have this error when install this product

Parse error: syntax error, unexpected '<' in /home/****/public_html/includes/functions.php(6505) : eval()'d code on line 11

Version 4.0.1
Reply With Quote
  #39  
Old 01-20-2010, 08:44 AM
TheSight TheSight is offline
 
Join Date: Nov 2008
Posts: 7
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hello,

I'm getting this error on the very top of my site (4.0.1)

Parse error: syntax error, unexpected '<' in /home/.sites/725/site222/web/includes/functions.php(6505) : eval()'d code on line 1
Reply With Quote
  #40  
Old 01-20-2010, 09:47 AM
cellarius's Avatar
cellarius cellarius is offline
 
Join Date: Aug 2005
Posts: 1,987
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This mod is broken, and will break your forums as you experience. See my post #31 in this thread, with an explanation what the fundamental issues are. The author really should remove it until this is fixed.
Reply With Quote
  #41  
Old 01-21-2010, 05:17 PM
VonDoom's Avatar
VonDoom VonDoom is offline
 
Join Date: Dec 2008
Location: USA
Posts: 494
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Id love to use this. But agreed it really needs to be placed in the graveyard until these critical bugs are fixed.
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: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.08548 seconds
  • Memory Usage 2,323KB
  • 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
  • (1)bbcode_code
  • (3)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
  • (3)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
  • (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_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete