-
AuthorPosts
-
vivagot Friend
vivagot
- Join date:
- March 2011
- Posts:
- 7
- Downloads:
- 0
- Uploads:
- 2
- Thanks:
- 4
- Thanked:
- 1 times in 1 posts
March 12, 2011 at 10:40 pm #161376Hello. Help me please. I am just install quickstart ja_teline_iv_16
And have a problem with bad date format only on frontpage.
Example:-
vivagot Friend
vivagot
- Join date:
- March 2011
- Posts:
- 7
- Downloads:
- 0
- Uploads:
- 2
- Thanks:
- 4
- Thanked:
- 1 times in 1 posts
March 13, 2011 at 1:00 am #381066In my case quickstart install work not correct. See post above.
I find solution:
In this file your_site_name/templates/ja_teline_iv/html/mod_jabulletin/default.php
Change this [PHP]<span class=”createdate”><?php echo JText::_(‘Publish’).’: ‘; echo JHTML::_(‘date’, $item->date, JText::_(‘DATE_FORMAT_LC4’)); ?></span>
<?php endif;?>[/PHP]
to this [PHP]<span class=”createdate”><?php echo JText::_(‘Publish’).’: ‘; echo JHTML::_(‘date’, $item->date, JText::_(‘DATE_FORMAT_LC1’)); ?></span>
<?php endif;?>[/PHP]I don’t know why, but if i delete this const DATE_FORMAT_LC4 or change to DATE_FORMAT_LC1 or some other date format constant from file en-GB.ini all work very well.
Sorry for my english )1 user says Thank You to vivagot for this useful post
-
AuthorPosts
Viewing 2 posts - 1 through 2 (of 2 total)This topic contains 2 replies, has 1 voice, and was last updated by vivagot 13 years, 8 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum