typo3 - Configure TT_News -


i'm searing several hours can not found example on how configure tt_news extension typoscript. know how can disable showing date, cat info , archive make simple overview. clicking on news item not show single page? can 1 post simple example of typoscript configuring simple news overview tt_news extension?

i think tt_news documentation answer questions.

your first issue simple solve: use own templates , remove corresponding marker.

  1. copy template tt_news/pi/tt_news_v2_template.html somewhere else, e.g. fileadmin/myproject/tt_news_v2_template.html
  2. configure tt_news new location of template in typoscript constants: plugin.tt_news.file.templatefile = fileadmin/myproject/tt_news_v2_template.html (you have include static typoscript of tt_news too)

your second issue seems problem single pid configuration. can solve defining single page in typoscript constants:

plugin.tt_news.singlepid = 123 

it seems new typo3 , tt_news, maybe should follow quick start guide in tt_news documentation.


Comments