Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • Samir Mastaliyev Friend
    #147999

    how to turn off that alert for default user? please see attachment.


    1. banker
    micrantha Friend
    #330325

    Hello,
    Go to file layouts/blocks/ie6/ie6warning.php
    At the top you can read instruction for configuration to not show warning:

    /*
    Setting for this message. Clear cookie if you change this setting.
    'none': Not show warning
    'once': Show one time only
    'close': Show until user check box "Not show again" and close the message
    'always': Always show this message
    */

    if (!SHOW_IE6_WARNING || SHOW_IE6_WARNING=='none') return;

    good luck,
    Micrantha

    Samir Mastaliyev Friend
    #330326

    i can’t find that string in the ie6warning.php file.
    can you please show in this code?

    [PHP]<div style=”” id=”ie6-warning” class=”wrap”>
    <div class=”main”><div class=”inner clearfix”>
    <h1>Did you know that your Internet Explorer 6 (IE6) is out of date?</h1>
    <p class=”note”>This template is compatible with IE6, however your experience will be enhanced with a newer browser.</p>
    <p>To get the best possible experience using our website we recommend that you upgrade to a newer version or other web browser. A list of the most popular web browsers can be found below<p>

    <ul>
    <li><a class=”firefox-download” href=”http://www.mozilla.com/firefox/” target=”_blank” title=”Download Firefox”> </a></li>
    <li><a class=”chrome-download” href=”http://www.google.com/chrome” target=”_blank” title=”Download Chrome”> </a></li>
    <li><a class=”safari-download” href=”http://www.apple.com/safari/download/” target=”_blank” title=”Download Safari”> </a></li>
    <li><a class=”opera-download” href=”http://www.opera.com/download/” target=”_blank” title=”Download Opera”> </a></li>
    <li><a class=”ie-download” href=”http://www.microsoft.com/windows/Internet-explorer/default.aspx” target=”_blank” title=”Download Internet Explorer 8 NOW!”> </a></li>
    </ul>

    <div class=”close”><a href=’#’ onclick=’javascript:this.parentNode.parentNode.parentNode.parentNode.style.display=”none”; document.getElementById(“ja-wrapper”).style.margin=”0″; return false;’ title=”Close this notice”> </a></div>
    </div></div>
    </div>[/PHP]

    micrantha Friend
    #330328

    Hello,
    OK, you use older version of Jateline; the code was from latest version 1.4.
    Take a look at his post.

    You could change first line in this way:

    <div style="display:none" id="ie6-warning" class="wrap">
    but you have to search for code to also make disappear the space for the warning.
    see this post
    I cannot test now how to completely remove it in version 1.3

    good luck,
    Micrantha

    Samir Mastaliyev Friend
    #330329

    thank you micrantha.

    Is anyone knows how to remove that space from the top of the site?

    micrantha Friend
    #330330

    OK, I edited my last post to add this link:
    Good luck,
    Micrantha

Viewing 6 posts - 1 through 6 (of 6 total)

This topic contains 6 replies, has 2 voices, and was last updated by  micrantha 14 years, 9 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum