Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • APOSTOLOS FOUKIS Friend
    #158507

    Hi,
    where can i find “AM & GMT” to translate it?

    thangnn1510 Friend
    #371082

    Dear Basdim!

    Please give a screenshot and your site link to help us identify the issue and help you.

    APOSTOLOS FOUKIS Friend
    #371262

    At the top of page > position “headlines” 06:44:26 AM GMT

    1. I want to translate or remove “AM” and “GMT”
    2. and also translate “Mon”, “Tue”, …
    Thanks

    christofferl Friend
    #372431

    Hi, I would also aswell like to know where one is able to change/edit the “Last update” area in the left top of the template. See also attached image. :confused:


    1. ja_3a
    APOSTOLOS FOUKIS Friend
    #372432

    > If you want to translate “Last Update”, try:
    templatesteline4blockstopbar.php
    Line 27: <p class=”ja-updatetime”><span><?php echo JText::_(‘Last update’)?></span><em><?php echo T3Common::getLastUpdate(); ?></em></p>

    > if you want to remove AM GMT
    open the file pluginssystemjat3corecommon.php
    find the code:
    return gmdate(“h:i:s A”, $sec+$tz).’ GMT’;
    and replace with:
    return gmdate(“h:i:s “, $sec+$tz).’ ‘;

    christofferl Friend
    #372434

    Thank you! I will try this. However, I still have a problem of the time being always fixed to showing 12:24 in my case. How can this be?

    Also, is it so that this feature will consider any update in K2 items on the website? Please elaborate.


    1. ja_5a
    steinar Friend
    #372446

    <em>@basdim 215777 wrote:</em><blockquote>return gmdate(“h:i:s “, $sec+$tz).’ ‘;</blockquote>

    … And if you want 24 hour days, use a capital H:

    [PHP]return gmdate(“H:i:s “, $sec+$tz).’ ‘;[/PHP]

    christofferl Friend
    #372452

    Thank you so much for trying to help!
    I was a bit unclear previously.
    The problem is that it is ALWAYS showing 12:24:00 (regardless of actual time).
    Any hints on how to solve this? :confused:

    By the way, changing to a capital H as above did make any change … I am stuck with my static time.

    Hope someone can help asap.

    thangnn1510 Friend
    #372608

    Dear Christofferl!

    This is the last update time, not live time so it is static. Please view in the demo:

    http://www.joomlart.com/demo/#templates.joomlart.com/ja_teline_iv

    Regards!

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

This topic contains 9 replies, has 4 voices, and was last updated by  thangnn1510 13 years, 3 months ago.

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