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!
How do I mix the news module with the comments module? [SOLVED]
How do I mix the news module with the comments module? [SOLVED]
Last edited by mfm on Wed Feb 27, 2008 11:09 pm, edited 1 time in total.
Re: How do I mix the news module with the comments module?
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
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