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
1
vote
2 answers

TYPO3 tt_news - show hidden news

on TYPO3 with the tt_news extension, my contributors would like to previews news before publishing ; Problem : impossible to get a preview if the news is hidden. Our website is big and we can't display the news before to finish it, even for preview…
Paolito75
  • 558
  • 1
  • 11
  • 33
1
vote
1 answer

Display all categories from news item

I have a news item that has more categories. If I use firstCategory then I receive as output the first chosen category, but it’s not what I want. I want to display all the categories that a news item has been marked as. I've tried following but…
ABoooo
  • 161
  • 1
  • 3
  • 15
1
vote
0 answers

jh_opengraph_ttnews not generate og meta tag when start date item was in future for news

i am using jh_opengraph_ttnews extension adds some Open Graph protocol meta-tags to the html-header when showing a tt_news item in single view. it is working fine when startdate in not in future. when i give startdate in future it is not generate…
Nadeem Shaikh
  • 289
  • 2
  • 13
1
vote
3 answers

convert TYPO3 6.2 with tt_news to TYPO3 7.6 with news

I have to update an 6.2 installation with ext:tt_news to 7.6 with ext:news. what is the best way to do the news conversion at the moment? should I start converting the news records in 6.2 and then update to 7.6 (drawback: ext:news runs only until…
Bernd Wilke πφ
  • 10,390
  • 1
  • 19
  • 38
1
vote
2 answers

How to use variable/user_func in a conditional statement in Typoscript (TYPO3 6.2)?

I want to use a conditional statement for applying a different template to News (tt_news). Currently I use a user function that returns true/false. If the current News has a specific category and works correctly return 1 otherwise return Null. I…
César Dueñas
  • 331
  • 4
  • 18
1
vote
1 answer

migration tt_news to tx_news

I've an TYPO3 4.5 Installation with a lot of tt_news elements. Also used are DAM and event extensions. For an overview I add an image. We are working now on a TYPO3 7.6 page and of cource want to have the complete old news on this site. For standard…
Falk
  • 621
  • 2
  • 9
  • 23
1
vote
1 answer

How send a variable parameter in user function for typoscript

I have been trying to send a variable parameter to my User Function of this way userFunc = user_ttNewsCategoriesByUID param1 = GP:tx_ttnews|tt_news but doesn't work. What is the correct form to send a variable parameter, in this case uid of a…
César Dueñas
  • 331
  • 4
  • 18
1
vote
2 answers

How to communicate two plugins of News for Typoscript

I have to show in my single page: the single and the list of News with the same categories of single new. I have two plugins in my backend page and have tried to assign the categories of single to the list for typoscript, but i could not do it.…
César Dueñas
  • 331
  • 4
  • 18
1
vote
2 answers

tt_news timed publishing of articles

In my TYPO3 6.2.17 installation, I use the tt_news extension 3.6 My articles are located in a folder and are displayed in a default tt_news list element. Usually if I save an article, I need to flush the Frotend Cache. So far so good.However,…
Samuel P
  • 33
  • 4
1
vote
1 answer

How to configure crawler extension to exclude hidden fields from tt_news?

I use this config for my crawler config for tt_news: tx_crawler.crawlerCfg.paramSets { items = &tx_ttnews[tt_news]=[_TABLE:tt_news;_PID:6;] items { baseUrl = http://www.example.com cHash = 1 procInstrFilter =…
Martin Krung
  • 1,098
  • 7
  • 22
1
vote
1 answer

typo3, tt_news: Combination of categoryMode

I’d like to show news if they have the category A AND B but to NOT SHOW if the also have the category C. Is this possible? How to configure such a combination? Thank you!
user1915746
  • 466
  • 4
  • 16
1
vote
1 answer

tt_news detail page not working after switch frontend language. error shows "no news_id given"

I have problem with tt_news detail page. On news detail page language switch is not working shows error in front end 'no news-id given'.
Ajay Gohel
  • 128
  • 12
1
vote
1 answer

tt_news single view with static news_id

I am using Typo3 Version 6.2 with the plugin tt_news. All I want to do is: Have a simple page on my website On that page I want to have a tt_news single view the news_id of this view should be static (set by me) and NOT by GET variables Use…
zarathustra
  • 1,898
  • 3
  • 18
  • 38
1
vote
1 answer

TYPO3 tt_news - adding images in prev/next links

Do anyone know how to add into tt_news textual previous and next links the images (from news item)? Is it possible? Best regards, Adrian
Adrian
  • 992
  • 2
  • 16
  • 46
1
vote
1 answer

tt_news: different template depending on record pid? Or tx_news fluid "if pid of record" condition?

I am running tt_news in an older TYPO3 instance. Now I have the situation I would like to use a different template for each list item depending on the pid where the rendered news item is found. As there is no logic in the classic tt_news templates,…
Urs
  • 4,984
  • 7
  • 54
  • 116
1
2
3
9 10