test
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • noppe Friend
    #150736

    Hi!

    Where can I change the text that is appearing in IE6 warning (“Did you know that your Internet Explorer 6 (IE6) is out of date”)? I would like to translate it to another language.

    I searched in ja_purity_iilayoutsblocksie6 folder but didn’t found it.

    thnx in advance!

    toymaker Friend
    #342072

    The text is taken from your language file (en-GB.tpl_ja_purity_ii.ini) located inside the <site root>/language/en-GB folder.

    There is a reference for it inside the ie6warning.php file…


    <h1><?php echo JText::_('IE6 Warning Title')?></h1>

    <?php echo JText::_('IE6 Warning Message')?>

    if you want to translate this to another language, you should copy this language .ini file inside the other language folder, rename and add a reference to it inside the template XML file.

    Hope it helps,
    Gabriel

    noppe Friend
    #342162

    Thanks for your quick answer! I would never looked there 🙂

    ghostik Friend
    #342163

    If you want better warning before IE6, try http://www.ie6nomore.com/code-samples.html
    this code samples you can insert in your template`s index.php or in newer templates in “…/templates/name_of_template/layouts/default.php” immediately behind the body tag

    noppe Friend
    #343028

    thnx for the link, I’ll check that!

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

This topic contains 5 replies, has 3 voices, and was last updated by  noppe 14 years, 6 months ago.

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