Viewing 4 posts - 16 through 19 (of 19 total)
  • Author
    Posts
  • n6rej Friend
    #409249
    khoand Friend
    #409292

    <em>@emperor37 263452 wrote:</em><blockquote>Hi,
    I already installed tr language pack for Joomla but some parts translated and some not. For example, date part not translated.
    I did changes for date but result is “%pm, %b 28th Last update03:56:34 AM” on page.
    </blockquote>
    What version of joomla do you use? If you use joomla 1.6, you change


    <?php
    echo "<span class="day">".date ('l')."</span>";
    echo "<span class="date">, ".date ('M')." ".date ('d').date ('S')."</span>";
    ?>

    to


    <?php
    echo "<span class="day">".JHTML::date(date (''), 'd')."</span>";
    echo "<span class="date">, ".JHTML::date(date (''), 'M')." ".date ('d').date ('S')."</span>";
    ?>

    You remember delete all of files of /cache and /t3-assets folder

    emperor37 Friend
    #409481

    It’s 1.6, date is also ok, thanks for your help.

    khoand Friend
    #409554

    You’re welcome. Whenever you have problems, you inform us. We will help you solve them.
    When you change anything of joomla, if it isn’t affect, you clear cache of server by delete all of files of /cache (cache by joomla) and /t3-assets (cache by joomlart) folder.

Viewing 4 posts - 16 through 19 (of 19 total)

This topic contains 19 replies, has 4 voices, and was last updated by  khoand 13 years, 2 months ago.

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