Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • sandman1979 Friend
    #155626

    Hello,

    I managed to translate almost anything, only the popup box when you try to register is causing issues. Part of it is translated, part of it isnĀ“t. Where do I have to look to translate this popup box?

    Second and smaller issue is the time when the last update has been. there stands GMT after, i would like it to be CET.

    Saguaros Moderator
    #360605

    1) You open the file: templatesja_socialhtmlmod_jalogindefault.php
    and check which languages is not changed, you will modify something or create a new translating texts.
    2) open the file: pluginssystemjat3corecommon.php and find

    [PHP]
    [PHP]return gmdate(“h:i:s A”, $sec+$tz).’ GMT’;[/PHP]
    by:

    [PHP]
    $tz=-5 /** replace -5 by your timezone’s number **/;
    return date(“h:i:s A”, $sec+ $tz*3600 ).’ GMT’;[/PHP]

    Good luck
    [/PHP]

    steinar Friend
    #360623

    <em>@tienhc 200577 wrote:</em><blockquote>
    2) open the file: pluginssystemjat3corecommon.php and find

    [PHP]
    return gmdate(“h:i:s A”, $sec+$tz).’ GMT’;[/PHP]
    by:

    [PHP]
    $tz=-5 /** replace -5 by your timezone’s number **/;
    return date(“h:i:s A”, $sec+ $tz*3600 ).’ GMT’;[/PHP]
    </blockquote>

    May I just add that if you want a 24 hour clock all you need to do in addition is change “h:i:s A” into “H:i:s”

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

This topic contains 3 replies, has 3 voices, and was last updated by  steinar 14 years ago.

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