Questions tagged [tx-news]

The TYPO3 extension "news" is based on extbase and fluid and allows to show articles, categories, tags, ... in various ways.

The extension can be found at http://typo3.org/extensions/repository/view/news and the manual is located on https://docs.typo3.org/typo3cms/extensions/news/.

The repository and issue tracker can be found at https://github.com/georgringer/news

428 questions
0
votes
1 answer

Realurl not configurated correctly

My news link look like this: ?tx_news_pi1%5Bnews%5D=282&cHash= I am using realurl autoconfig. I do not know how to setup a realurl_config by myself. I often get an error message. Maybe someone can help?
0
votes
0 answers

Typo3 tx_news extension with cs_seo extension show titleTag in Detail view

I think this a common problem with no easy solution. Did anybody manage to show the News Title as page.titleTag in tx_news when using ce_seo?
0
votes
1 answer

TYPO3: News Detail View on Microsites

I am working with the extension news on TYPO3 9.5. I have a project with few microsites and I want to use the news there. In the microsite homesite news(list) works but when I click the link which points to a detailed view of news, this leads to 404…
Lution
  • 39
  • 5
0
votes
1 answer

How can I manually create shortlinks for lots of news-articles?

I imported about 1,000 news-articles via database-import from a very old TYPO 3 installation. I can see the news in the overview, but will get an 404 when clicking for details. TYPO 3 is leading me to http://domain.tld/category/detail/1061.html but…
T3Ralf
  • 3
  • 1
0
votes
1 answer

TYPO3 - tx_news Speaking URL route if storage out of root page lead to error "The requested page does not exist"

There are existing websites with page tree Root Website 1 Folder: News Storage 1 Page: News List/Detail 1 Root Website 2 Folder: News Storage 2 Page: News List/Detail 2 When I try to show on "News List/Detail 2" Entity form "News Storage 1" its…
Oleg V Karun
  • 726
  • 1
  • 6
  • 29
0
votes
1 answer

TYPO3 tx_news: Image for related News

i'm trying to output just one image for related news. Right now i'm using this With this method i get all images from the news record. How can i get…
Siriena
  • 57
  • 3
0
votes
0 answers

How to configure category-list (TYPO3 news extension) via TypoScript

I have a blog page on one of the websites which is done using TypoScript to avoid having a list and detail page. I have called the TypoScript as an object: lib.newslist. plugin.tx_news.settings.list.paginate.itemsPerPage = 6 lib.news =…
user12414491
  • 97
  • 12
0
votes
1 answer

TYPO3 news - defining own templateLayouts

I'm using TYPO3 v10.4. with the news extension. I would like to add my own templates which I can customize on different pages. I followed the official news guide:…
Christiane
  • 25
  • 5
0
votes
1 answer

Multiple extension extend one extension in TYPO3 10

Szenario: I have two extensions, which extend ext:news with some specific fields. Up to TYPO3 9 I had to configure the dependency to the news extension with the following TypoScript configuration: config.tx_extbase { persistence { classes { …
chris
  • 2,109
  • 2
  • 23
  • 33
0
votes
0 answers

TYPO3 routeEnhancers for news archive (DateMenu) and pagination

With the below lines in the config.yaml, I configure the URLs for the news plugin in TYPO3. The URLs for the archive (year/month) look like expected, but don't work. I get an error 404. /year/2020/07/ /year/2020/08/ and so on When removing the two…
chris
  • 2,109
  • 2
  • 23
  • 33
0
votes
1 answer

How can I avoid duplicate content with TYPO3 v9 when having a news entry with multiple categories

I am working on a TYPO3 v10 LTS website with integration of the news extension v8.3.0. Many news are assigned to multiple categories and they are displayed on different detail pages according to their assigned categories. Now I would like to define…
snoop360
  • 1
  • 1
0
votes
1 answer

Manipulate showitem for tt_content Elements wihthin IRRE. Like in tx_news

Is it possible to define the behavior of showitem for tt_content within IRRE (content_elements). For example, I want to remove the header for all elements if they are added via tx_news. columnsOverrides is the wrong approach beacause it's not a…
N1ck
  • 323
  • 1
  • 14
0
votes
1 answer

How to make "events" using "eventnews" extension

I am using this extension with TYPO3 v10 https://extensions.typo3.org/extension/eventnews/ I created a news content and marked it as "Is event" set the dates, simple organizer name and location. But this is what I am seeing on the frontend. it…
Mohsin
  • 193
  • 1
  • 16
0
votes
2 answers

TYPO3 News Routing working but still Hash and other URL parts visible

I have a problem with routing and tx_news in TYPO3 9.5. I have tried all the official examples, but the problem still exists and I can't find out why. Id' like to have URL like: ...home/news/detail/project-lounge-movetia-2 But I…
Phil
  • 3
  • 3
0
votes
1 answer

Is having two routePaths for the same target a good idea?

I'm migrating realurl configuration for extension news to route enhancers. The realurl configuration is a mix of fixedPostVars and postVarSets. Therefore speaking urls of news single views are build in two different…
tbsschmdt
  • 75
  • 6