-
AuthorPosts
-
September 8, 2014 at 11:21 am #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:-[
- Ninja Lead Moderator
Ninja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
September 9, 2014 at 4:55 am #548796You 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
2 users say Thank You to Ninja Lead for this useful post
AuthorPostsViewing 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
Jump to forum