Date published - show text: date published, Articles, myFolio 1.7

GK User
Tue Nov 22, 2011 2:20 pm
:unsure:

I chose in settings of articles that the date published shall show, but it show me only a text says: Date published.

I use sh404 .

see attachment.
User avatar
Senior Boarder

GK User
Tue Nov 22, 2011 2:38 pm
Which dates do you have under Articles Publishing Options
User avatar
Platinum Boarder

GK User
Tue Nov 22, 2011 3:43 pm
2011-11-21 15:05:10
on both start and created.




I also use the Real Preview comonent to have Drafts ...
User avatar
Senior Boarder

GK User
Fri Jan 06, 2012 12:57 pm
I suddenly understood this..

:oops:
User avatar
Senior Boarder

GK User
Fri Jan 20, 2012 7:24 pm
This bug is actually on Quickstart corporate - what did you do to solve this bug - Thanks for your feedback, I can`t find any solution.
Gabi
User avatar
Junior Boarder

GK User
Sat Jan 21, 2012 12:04 am
Can you post a link to your site so I can check please. Thank you.

See you around...
User avatar
Platinum Boarder

GK User
Fri Feb 10, 2012 4:09 pm
Yes - you can see the prob here: http://werbung-nebenan.de/kunden2/Knott ... -der-firma (the side isn`t ready at all)
You see: "Veröffentlichungsdatum" not 10.02.2012 for example. Thanks for help
User avatar
Junior Boarder

GK User
Fri Feb 10, 2012 4:18 pm
and here: http://baukreis-minden.de/veranstaltung ... mwelt.html
This side is online - so I can`t demonstrate it. I solved it first with "date of change". But I want to show: date of publish - thanks.
User avatar
Junior Boarder

GK User
Sat Feb 11, 2012 1:15 am
This fix is based on joomla 2.5 version of Corporate 2 template however it is same changes in other templates or template versions, so search for similar text if line number does not match.

Find File: "\templates\gk_corporate2\html\com_content\article\default.php"
Find Line: 154
Code: Select all
<?php echo JText::sprintf('COM_CONTENT_PUBLISHED_DATE', JHTML::_('date',$this->item->publish_up, JText::_('DATE_FORMAT_LC2'))); ?>

Replace with below code
Code: Select all
<?php echo JText::sprintf('COM_CONTENT_PUBLISHED_DATE_ON', JHTML::_('date',$this->item->publish_up, JText::_('DATE_FORMAT_LC2'))); ?>

Make sure Published parameter is on from articles option.

See you around...
User avatar
Platinum Boarder

GK User
Sat Feb 11, 2012 11:16 am
Yes, thanks - it works - lovely;)
User avatar
Junior Boarder

GK User
Tue Feb 14, 2012 9:39 am
No problem at all.

See you around...
User avatar
Platinum Boarder


cron