Page 1 of 1

How to remove "category" field from news ?[SOLVED]

Posted: Thu Apr 05, 2007 3:50 pm
by Rytter
Hi,

I don't really need to show anyone a category on news(there won't be that many news  :)). can anyone please explain how to remove it so it doesn't show on the page ? I don't care whether I still have to select a category when creating news - it's only the display part I want to change.

I tried looking at the parameters to the news module, but couldn't find anything.

Thanks in advance

Kenneth

Re: How to remove "category" field from news ?

Posted: Thu Apr 05, 2007 6:55 pm
by heatherfeuer
Under content in the admin section, click on the news link.  You will see several tabs, one of which is for the summary template.  In that template, remove the following div:


{$category_label} {$entry->category}


There is probably a similar div in the news detail template.  At that point, you can pretty much ignore the news category altogether.

Re: How to remove "category" field from news ?

Posted: Thu Apr 05, 2007 7:50 pm
by Rytter
Works great, thanks :-)

Rgs
Kenneth