Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • arekan127 Friend
    #201148

    Hello Forum, i have some problems with “Written on” and “Write on” and Date Format in K2. I translated K2 to russian, but this 2 lines still on english, and i cant find any reference about it in en-En folder… And i can’t change date format. I tried change ‘K2_DATE_FORMAT_LC2′ to ”K2_DATE_FORMAT_LC’ in files in tempate folder. I even tried to change date format in ru-RU and even in en-En language folders. everything is usseles… Right now site only on local acces, so cant give you links. So please help me, find file where i can translate this 2 lines and change date format:-[


    1. Screen-Shot-2014-09-08-at-13.53.40
    2. Screen-Shot-2014-09-08-at-13.53.49
    3. Screen-Shot-2014-09-08-at-14.07.59
    Ninja Lead Moderator
    #548796

    You can find and change “Written on”, “Write on” and “Date Format” in K2 layout

    + Write on

    Open templates/ja_mitius/html/com_k2/ja_mitius/item.php file and see it


    <span class="catItemDateCreated">
    <strong>Written on: </strong>
    <?php echo JHTML::_('date', $this->item->created , JText::_('K2_DATE_FORMAT_LC')); ?>
    </span>

    + Written on

    Open templates/ja_mitius/html/com_k2/ja_mitius/category_item.php file


    <span class="itemDateCreated">
    <strong>Write on</strong>
    <?php echo JHTML::_('date', $this->item->created , JText::_('K2_DATE_FORMAT_LC')); ?>
    </span>

    + Date format, you can change with my red mark above

    arekan127 Friend
    #548834

    thank you very very much) Bless you and good luck):laugh:

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

This topic contains 3 replies, has 2 voices, and was last updated by  arekan127 10 years, 2 months ago.

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