0

I setup my own tt_news template and currently try to use the "comments" plugin. After installing and import the standard plugin constants it should show the comments automaticly (so I've read it). But no. Nothing.

How do I get the comments into my tt_news single template?

Pete
  • 564
  • 4
  • 29

1 Answers1

0

you also have to insert the comments plugin on the news single page, below the news plugin with single view.

Here you can read about this in the extension manual: comments manual in TER

Regards Patrick

fiedomedia
  • 71
  • 5
  • According to documentation, this only adds number of comments not the plugin itself. – Matej Svajger Jun 26 '14 at 13:10
  • @MatejSvajger: for this feature you have to add another marker to the tt_news template. But for showing the comments plugin you have to insert the plugin on the news single page (by backend or by typoscript), no changes in the tt_news template file. – fiedomedia Jul 22 '14 at 22:27