How to disable message for users with old internet browsers

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Wed Oct 29, 2014 3:41 pm
Reply with quote
Report this post
Hi, could you please tell me how to disable the message that appears on top of a page when someone access the website with an old browser, I tested it from IE8.

The message is the following: You're using an unsupported version of Internet Explorer, Please upgrade your browser for the best user experience on your site. Thank you.

I need to disable it because I'm using a joomla extension that let me show a better message with links to download Firefox, Chrome and so on.

Thanks for your help.
Damian
User avatar
Fresh Boarder

GK User
Wed Oct 29, 2014 5:10 pm
Reply with quote
Report this post
Hi,
this is text in inside: language\en-GB\en-GB.tpl_gk_news2.ini
and code which enables it is here: templates\gk_news2\layouts\default.php
Code: Select all
<!--[if lte IE 8]>
   <div id="ieToolbar"><div><?php echo JText::_('TPL_GK_LANG_IE_TOOLBAR'); ?></div></div>
<![endif]-->
User avatar
Platinum Boarder


cron