[Plugin: Browser Blocker] does not work on IE6
-
The purpose of this plugin is to deal with such browsers as IE6. Sadly the download links do not work with IE6.
The download links need to be moved inside the enclosed div.
The following changes are necessary in splash.php to make it work:
starting line 92:original code:
<a href="https://www.google.com/chrome/" title="Download Google Chrome"> <div id="chrome" class="browser"> /**** code collapsed ****/ </div> </a>
patched code:
<div id="chrome" class="browser"> <a href="https://www.google.com/chrome/" title="Download Google Chrome"> /**** code collapsed ****/ </a> </div>
Repeat the above patch for the other browsers in splash.php (from lines 106, 120, 134 and 148). Note that Safari seems not to be supported on Windows any more, so it might as well be removed in Admin Options.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘[Plugin: Browser Blocker] does not work on IE6’ is closed to new replies.