Page 1 of 1

[SOLVED] Can i display a message if no news

Posted: Fri Sep 07, 2007 9:03 am
by webform
Is it possible to get the News Modules to display a message if there is current no news to display?

Re: Can i display a message if no news

Posted: Fri Sep 07, 2007 9:22 am
by webform
OK! I solved it myself by guessing  ;D

I've just inserted this in the summary template:

Code: Select all

{if $itemcount < 1}
<p><strong>No news at this time.</strong></p>
<p>Please come back later.</p>
{/if}