• Resolved johnatyandoit

    (@johnatyandoit)


    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)
  • Plugin Author bdoga

    (@bdoga)

    Johnatyandoit,

    Sorry for the long wait on a fix here, but it has been added to version 0.5.5 which has just been updated.

    I had missed the comment here about Safari not being supported on windows anymore, but you are right, I will probably get it removed with the next release of the plugin.

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Browser Blocker] does not work on IE6’ is closed to new replies.