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

link an image in tt_news

I'm using TYPO3 4.2.8 and tt_news 2.5.2. I tried the following snippet: plugin.tt_news.displaySingle { image { # turn off default popup anchor imageLinkWrap = 0 # add our link to the first URL in links field …
testing
  • 19,681
  • 50
  • 236
  • 417
0
votes
1 answer

TYPO3: Make a new register type with Kickstarter and use it with tt_news

So I have this challenge on TYPO3. Every entry in tt_news has to have a slideshow with images and videos. There is also a navigation next to it for all images. Videos of course must have a small "poster" image. I couldnt think of any way to natively…
Enrique Moreno Tent
  • 24,127
  • 34
  • 104
  • 189
0
votes
1 answer

TYPO3: RealURL + tt_news + 404 doesnt work

I wanted to give a special URL to the page (id=57) where the SINGLE view of tt_news is, so I used this to configure RealURL: 'fixedPostVars' => array( '57' => array( array( 'GETvar' => 'tx_ttnews[tt_news]', …
Enrique Moreno Tent
  • 24,127
  • 34
  • 104
  • 189
0
votes
0 answers

No tt_news archive after upgrade

I use the tt_news extension in TYPO3. I have updated the extension from 2.5 to 3.2.1. After the update, my pages which were using AMENU and ###TEMPLATE_ARCHIVE### are not working. This is error I get in the FE: My content folder for archived items…
azec-pdx
  • 4,790
  • 6
  • 56
  • 87
0
votes
3 answers

tt_news default image in single view

In tt_news, how can I display a default image when there are no images associated with the news? I tried plugin.tt_news.displaySingle.image.noImage_stdWrap.cObject = IMAGE plugin.tt_news.displaySingle.image.noImage_stdWrap.cObject { wrap = file…
Charles Brunet
  • 21,797
  • 24
  • 83
  • 124
0
votes
1 answer

TYPO3: Hide tt_news completely if there is no news to show and replace by content element

I'm looking for a way to hide the tt_news extension when there is no news or only archived newsartikles for a category, and then show a fixed content element in its place. I don't even know if it's possible but you never know.
Ben
  • 1
0
votes
1 answer

Converting content pages to tt_news (Typo3)

On a website, I have a section where I put a new page every week. I'd like to convert this to a system using tt_news. How do you suggest me to import the pages (more than 100 pages) to tt_news? Can I do it using a simple SQL query, or should I write…
Charles Brunet
  • 21,797
  • 24
  • 83
  • 124
0
votes
1 answer

News don't show up after TYPO3 reinstall

After a server crash, I had to re-install TYPO3 using my latest database backup. While I was at it, I upgraded TYPO3 from whatever I installed about half a year ago to 4.7.2 and, consequently, also had to use a newer tt_news module…
Johannes Bauer
  • 462
  • 5
  • 15
0
votes
1 answer

tt_news: "Don't display first image in single view" (firstImageIsPreview) doesn't work

I\ve set the following options in the news module: Don't display first image in single view (firstImageIsPreview) Don't display first image in single view (forceFirstImageIsPreview) even when only one image is available but still, the articles…
Tomas
  • 57,621
  • 49
  • 238
  • 373
0
votes
1 answer

Move news between pages in TYPO3

In TYPO3 version 4.7.2, I tried to change the page the particular news is assigned to, but without success. How can I do it?
Tomas
  • 57,621
  • 49
  • 238
  • 373
0
votes
2 answers

How to create featured news in TYPO3

I would like to have something like "featured news" which is just selection of news which are to be published on the main page. Is there an simple way to do this in TYPO3? I was thinking of creating a new category "Featured news", and when creating…
Tomas
  • 57,621
  • 49
  • 238
  • 373
0
votes
1 answer

TYPO3 tx_newscalendar / tt_news - Display links in listView

A RTE link of a newsitem was not shown in tt_news List. I could get it displayed with this TS for tt_news plugin.tt_news.displayList { content_stdWrap.parseFunc < lib.parseFunc_RTE } #or plugin.tt_news { general_stdWrap.parseFunc = <…
surfi
  • 1,451
  • 2
  • 12
  • 25
0
votes
0 answers

tt_news in Menu with category

I must display the news in Level 2 according to parent page news category. So for this I should extract the news category id of the parent page and pass it to the lib.var1 variable. This script works just for one item when I was in this…
ajax13
  • 3
  • 3
0
votes
1 answer

Force tt_news to always retrieve new posts

Is it possible to force tt_news to always retrieve new posts? I have a plugin that allows user to post news in front-end. The news are inserted into the tt_news table and the user redirected to the page where the news are listed. But the latest news…
Patrik
  • 2,207
  • 3
  • 30
  • 48
0
votes
1 answer

Can't change dates in tt_news archive when not logged in

A college of mine has set up a page with tt_news single, list and archive. He has an archive list in a sidebar on all these pages and it lists the years from each news as it should. I can click on each year and view the news from that year fine when…
Patrik
  • 2,207
  • 3
  • 30
  • 48
1 2 3
9
10