Comments TYPO3 extension easily integrates with tt_news extension to provide comments to news items displayed by tt_news. Comments extension can be used to:
- Comment on tt_news articles
- Automatically disable comments after some time
- Show number of comments for tt_news item
Commenting on tt_news articles
Comments extention can be used to comment on tt_news items. It is configured by default to work with tt_news, so it is necessary only to add to instances of comments extension to the page that holds tt_news plugin with SINGLE view. One instance of comments should work in "Comments" mode, another - in "Form" mode. That's all. It just works!
Disable comments after some time
Install comments_ic extension. It adds two new options to tt_news:
- Disable comments for tt_news item completly
- Close comments automatically after defined period of time
Period is defined using simple syntax. For example, 5d means 5 days, 1m means 1 month and 3h means to close comments after three hours.
Page caching is taken into account: comments_ic will ensure that users will not see comments form when comments are closed.
Displaying number of comments
To display number of comments for current news item, simply add ###TX_COMMENTS_COUNT### to your tt_news template. This is all that necessary. Number of comments will appear immediately. This works in LIST, LATEST and SEARCH tt_news view modes.
Conclusion
Comments TYPO3 extension is very flexible and convenient system for commenting on tt_news news articles. It requires minimum amount of work from TYPO3 web site administrator to add commenting capabilities to any TYPO3 extension. Read comments TYPO3 extension manual for more information.

Having the following configuration:
comments_ic 1.0.3
comments 1.3.2
tt_news 2.5.0
typo3 v 4.1.2
Thanks for any help and feedback. Best regards, Robert
So, I was wondering if there is any particular reason why the marker
###TX_COMMENTS_COUNT###
can't be used inside a tt_news single view?
Cheers
+ 1
I don't think it's possible now, so it would be nice to add a feature for the "Zebra style" (odd/even) for the comments ?
However, a big THANK YOU for your extensions (not only this one!). They makes me happy ;)
In new version of your helpful extension there is a new option for pagebrowser configuration - "pageBrowser ($pageBrowserKind)".
Could you tell what settings for this should be set in TS (for standard pagebrowse ext. and for new ext. pagebrowse)
Thanks in advance.
The TS for 'pagebrowse' extension should be added before TS for 'comments' extension to static templates.