[SOLVED] Can i display a message if no news

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
User avatar
webform
Power Poster
Power Poster
Posts: 524
Joined: Sat Nov 25, 2006 3:39 pm

[SOLVED] Can i display a message if no news

Post by webform »

Is it possible to get the News Modules to display a message if there is current no news to display?
Last edited by webform on Fri Sep 07, 2007 9:23 am, edited 1 time in total.
User avatar
webform
Power Poster
Power Poster
Posts: 524
Joined: Sat Nov 25, 2006 3:39 pm

Re: Can i display a message if no news

Post 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}
Post Reply

Return to “CMSMS Core”