Questions tagged [tt-news]

tt_news is a TYPO3 extension displaying news or articles.

tt_news is a TYPO3 extension for displaying news or articles in different views (single, list, archive, etc.). As of 2019 its not recommended to use this outdated extension for new projects, use news for this. There is a version from github, which works for TYPO3 8 LTS.

138 questions
0
votes
2 answers

tt_news: wrap around image including caption?

I am trying to get a wrapper element around an image including its caption in the single view in tt_news for Typo3 6.1. How would I do that? So far I only figured out how to do that for either all images plugin.tt_news.displaySingle.imageWrapIfAny…
Daniel
  • 2,409
  • 2
  • 26
  • 42
0
votes
1 answer

tt_news LATEST view - if no news in category, show news from another category

I am trying to meet the following requirement for a tt_news LATEST element and could use some help: Example: There are three categories: A,B and C Normally, display one item for each cat: A, B, C If there are no News in A, display an item from the…
Urs
  • 4,984
  • 7
  • 54
  • 116
0
votes
2 answers

typo3 tt_news Retrieve Category ID in template

Im stuck with a problem and hope you can help me out. I am using tt_news and I need to retrieve the ID of the category directly in the LATEST view. ###NEWS_CATEGORY### gives me the name of the category, but I need the corresponding ID. Is this…
Richard A. Schäfer
  • 1,029
  • 1
  • 12
  • 18
0
votes
1 answer

Weird behaviour editing tt_news_template

I am developing my webpage with the ttnews plugin, and I edited the tt_news_v3_template.html so it shows the first 3 news in my main page. I want it with this format, so I updated the ###TEMPLATE_LIST3###. Thats the new code ###GOTOARCHIVE### In my config I have: pid_list = 18 archiveTypoLink.parameter = 86 singlePid = 87 Latest, single and list views are all working, but the…
Tim
  • 6,281
  • 3
  • 39
  • 49