0
Welcome Guest! Login
0 items Join Now

block IE9

  • block IE9

    Posted 12 years 2 months ago
    • I have found a bug (not with RocketTheme) but with IE9 that is affecting my users. Is there a easy way to block IE9 like we can do for IE7?

      many thanks, chris
    • Who?'s Avatar
    • Who?
    • Preeminent Rocketeer
    • Posts: 25562
    • Thanks: 613
    • Joomla freelancer

    Re: block IE9

    Posted 12 years 2 months ago
    • You can extend the following function in /features/ie7splash.php file under your template folder
      function init() {
              global $gantry;
       
              if (JRequest::getString('tmpl')!='unsupported' && $gantry->browser->name == 'ie' && $gantry->browser->shortversion == '7') {
                  header("Location: ".$gantry->baseUrl."?tmpl=unsupported");
              }
          }
    • Check my services at: Mihha-Vision

Time to create page: 0.064 seconds