Page 1 of 1

News module - is there a way to display just one article from category

Posted: Mon Jan 21, 2008 5:21 pm
by Zack
Hi,

In my news module category I've several news articles but I would like to display just one particular article which is not necessarily the latest one. Of course I could create a new category with just this articles but I do not want to do that because I want this article to be remain part of the category which is displayed in the inside pages. Does anyone have a solution?

thanks,

Zack

Re: News module - is there a way to display just one article from category

Posted: Mon Jan 21, 2008 5:33 pm
by calguy1000
try {news action=detail articleid=##}

Re: News module - is there a way to display just one article from category

Posted: Mon Jan 21, 2008 6:30 pm
by Zack
Calguy,

Thanks, it works. But my fault, I did not clarify. I don't want the whole article (detail) to appear but just the summary with a more link. I tried with {action='default'} but it didn't work. Any suggestions?

Re: News module - is there a way to display just one article from category

Posted: Mon Jan 21, 2008 6:34 pm
by calguy1000
uhm..... no there's no way to do that..... you can however use a different detail template for that one news module call, and you could build it yourself in the new detail template.

Re: News module - is there a way to display just one article from category

Posted: Mon Jan 21, 2008 6:39 pm
by Zack
Thanks. I'll try that.