Page 1 of 1

How do I mix the news module with the comments module? [SOLVED]

Posted: Sun Feb 24, 2008 11:32 pm
by mfm
I have read about doing the news/comments combo, but how do you actually do it?

Where should I put the comments module? so there is comments links to each news item.
Where should I put "{cms_module module="comments" }" to link it with a news item, I want the comments to be on the detailed news view.
I dont want the same comments for all news.
Thx!

Re: How do I mix the news module with the comments module?

Posted: Mon Feb 25, 2008 9:41 am
by RonnyK
Check,

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

Basically you put the middle line at the end of the detail-template of News, and that will call Comments at the details.

The {if} logic wrapped around it will make sure that it only will show Comments for a given Category of News.

Ronny

Re: How do I mix the news module with the comments module? [SOLVED]

Posted: Wed Feb 27, 2008 10:07 pm
by mfm
Thank you :)