Download Free Exentions & Discussion

normal How to display the Hour in Latest News Timeline

More
7 years 5 months ago #8964 by Rodolpho Keizo
Dear all,
I'm using the free Latest News Timeline. Goo work ! Can you please help me to display the article publication hour in complement to the date ?
Thank you all.

Please Log in or Create an account to join the conversation.

More
7 years 5 months ago #8965 by Kiên
Hello, thanks for using our module!
please change on code with path: root /modules/mod_jlatest_timeline/tmpl/ default_ajax.php line 18
replace:
Code:
<time class="item-time label label-info" datetime="<?php echo JHtml::_('date', $item->created, 'c'); ?>"><?php echo JHtml::_('date', $item->created, JText::_($params->get('show_date_format', 'DATE_FORMAT_LC3'))) ;?> </time>
with:
Code:
<time class="item-time label label-info" datetime="<?php echo JHtml::_('date', $item->publish_up, 'c'); ?>"><?php echo JHtml::_('date', $item->publish_up, JText::_($params->get('show_date_format', 'DATE_FORMAT_LC3'))) ;?> </time>

Please Log in or Create an account to join the conversation.

Time to create page: 0.247 seconds

About Growth

Innovative tech for eCommerce growth

Contact Info

Head: No. 3, 175/55 Lane, Lac Long Quan St., Nghia Do Ward, Cau Giay District, Hanoi City, Vietnam