Date issue in Blog layout

GK User
Thu Aug 26, 2010 1:26 pm
Hi, I've a problem with my blog layout. I have 4 articles with different creation date but in this page (http://lnx.coldplayzone.it/index.php?op ... Itemid=423) the date is today date.

I have modified this articles and the date is 26 August (today date)
If I insert a new article and don't modify it the date is 30 November 1999 (????)

If you click on 'Leggi tutto' you enter in the article page and there the date is right

Thanks for your help
User avatar
Expert Boarder

GK User
Fri Aug 27, 2010 9:19 am
solved
User avatar
Expert Boarder

GK User
Mon Sep 20, 2010 9:19 pm
and how you solved this problem?
User avatar
Fresh Boarder

GK User
Thu Sep 23, 2010 8:09 am
Sorry, i decided to use K2
so this problem was not solved
simply I didn't use joomla blog layout
User avatar
Expert Boarder

GK User
Thu Oct 14, 2010 7:59 am
In the file gk_party_freak html com_content category blog_item.php starting from line 142:
Code: Select all
<span class="createdate-day">


        <?php echo JHTML::_('date', $this->item->modified, '%d'); ?>


    </span>


    <span class="createdate-month-year">


        <?php echo JHTML::_('date', $this->item->modified, '%B %Y'); ?>


    </span>


change the two
$this->item->modified
to
$this->item->created
User avatar
Fresh Boarder

GK User
Tue Mar 01, 2011 6:24 pm
Yea!

Tnx :)) i fixed same issu!
:lol:
User avatar
Senior Boarder


cron