Page 1 of 1

[solved] News module only showing articles in "General"

Posted: Mon Nov 15, 2010 7:25 pm
by Codriver
First I would like to tell you that I am a newbie to CMS in general and also of course to CMSMS. I have tried to search but I don't find what I am looking for.

I installed CMSMS 1.9 with NEWS 2.11

I use this template to show the headlines of my news:

{foreach from=$items item=entry}


{if $entry->postdate}

{$entry->postdate|cms_date_format} - {$entry->category}

{/if}



moreurl}" title="{$entry->title|cms_escape:htmlall}">{$entry->title|cms_escape}



{/foreach}
This only shows the nes from the category "General" and why is that? Where do I set wich category to show?

Re: News module only showing articles in "General"

Posted: Mon Nov 15, 2010 8:53 pm
by Dr.CSS
In extensions > modules News is the Help to tell you how to use different parameters to make it do what you want...

Of course you will have to have more than one category...

Re: News module only showing articles in "General"

Posted: Mon Nov 15, 2010 10:21 pm
by Codriver
My bad...

I was looking for the news command in the wrong place. When I found it it totaly makes sense.

:-[

Re: News module only showing articles in "General"

Posted: Tue Nov 16, 2010 8:29 am
by Dr.CSS
Is ok, happens to the best of us...

http://forum.cmsmadesimple.org/index.ph ... 304.0.html