Page 1 of 1

News Module - Hide Category List

Posted: Fri Apr 15, 2011 10:46 pm
by Hoppo88
Hello all. I have implemented the News module into a CMS template using the {news} tag. However on the page that displays this it also displays a list of all the categories aswell before it lists the news.

Is it at all possible to hide this category list and just have the news articles listed?

The code im trying to hide is

Code: Select all

<li class="firstnewscat">
	<a href="http://#####/index.php?mact=News,cntnt01,default,0&cntnt01category_id=1&cntnt01returnid=37">General</a></li>
<li>
	<a href="http://#####/index.php?mact=News,cntnt01,default,0&cntnt01category_id=2&cntnt01returnid=37">Test</a></li>
Any help would be great !

Dave

Re: News Module - Hide Category List

Posted: Sat Apr 16, 2011 9:42 pm
by spcherub
Looks like you need to edit the summary template you are using to display News items.

If you are using the default template ("sample"), then simply remove the top 16 or so line (the first <ul>...</ul> block).

If this does not work, please post the actual News template you are using are someone here can recommend the actual edits.

Hope that helps.

-S