Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • jigmetobden Friend
    #163933

    http://www.vajrawheel.org

    Hi we have problems with the other languages – Chinese, both traditional and simplified, the dates on the Frontpage is always 31st December.

    The the 2nd problem, we would like to change the logo according to the language, but we are not able to find the correct file to insert the code.

    Your help would be much appreciated.

    Thank you.

    thangnn1510 Friend
    #391066

    Please give us the login information (FTP/Admin account) to your support ticket PIH-481-16992. I’ll check for you.

    jigmetobden Friend
    #391408

    Still waiting for you to look at my ticket. Not resolved yet.

    thangnn1510 Friend
    #391567

    Thanks for giving me the info. I have fixed the bug for you by change this code:


    <?php
    $createDay = date('d', strtotime( $created));
    $createMonth = date('M', strtotime( $created));
    //$createYear = date('Y', strtotime( $created));
    ?>

    To


    <?php
    $createDay = date('d', strtotime( $this->item->created ));
    $createMonth = date('M', strtotime( $this->item->created ));
    //$createYear = date('Y', strtotime( $created));
    ?>

    in /templates/ja_methys/html/com_content/frontpage/default_items.php

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

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

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