Page 1 of 1

News module broken after 1.5.3 upgrade

Posted: Tue Mar 03, 2009 6:39 pm
by admsh
strange problem after upgrading to 1.5.3 - postdate doesn't show up on the frontend. it's present in the template, like this:

Code: Select all

{if $entry->formatpostdate}
	<div id="NewsPostDetailDate">
		{$entry->formatpostdate}
	</div>
{/if}
but nothing shows up on the page. blank. no problem in the backend, the dates are all there...

any help would be HUGELY appreciated.  :-\

also, no RSS? seems to have disappeared completely...

Re: News module broken after 1.5.3 upgrade

Posted: Tue Mar 03, 2009 6:53 pm
by calguy1000
These questions have been answered numerous times.... as well as announced with the new versions of CMS Made Simple.

Please do some searching before posting.

Re: News module broken after 1.5.3 upgrade

Posted: Tue Mar 03, 2009 6:56 pm
by RonnyK
change formatpostdate to postdate...

Ronny

Re: News module broken after 1.5.3 upgrade

Posted: Tue Mar 03, 2009 7:21 pm
by admsh
thank you ronny.

Re: News module broken after 1.5.3 upgrade

Posted: Fri Mar 06, 2009 6:12 pm
by Pierre M.
Thank you Calguy