Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author doc4

    (@doc4)

    thatwastaxing,

    You will need to open the warning.js and remove the following from line 29:
    ie8: "https://www.microsoft.com/windows/internet-explorer/worldwide-sites.aspx"

    Try that and let me know if you need additional assistance.

    Thread Starter thatwastaxing

    (@thatwastaxing)

    Hi,

    The image still appears but the download link changes to https://localhost/mysite/undefined

    Plugin Author doc4

    (@doc4)

    thatwastaxing,

    Remove the following from warning.js. This is reference to the latest version 2.5:

    Line 52: ie8: 2
    Line 62: ie8: "icons/32/ie9.gif"
    Line 198: b.is_ie8 = function () { var a = false; if (/msie (\d+\.\d+);/.test(navigator.userAgent.toLowerCase())) if (new Number(RegExp.$1) == 8) a = true; return a };
    Line 253: b.is_ie8() ? b.browser("IE", b.rate.ie8, b.icons.ie8, g.ie.url, g.ie.version, b.is_ie8()) :

    Let me know if this works for you.

    I′m trying to do the same thing but no luck, any new suggestions?.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: IE6 Upgrade Option] How to remove download links to IE8?’ is closed to new replies.