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

Generate speaking url for tx_news using typoscript in TYPO3 9.5.8

I use TYPO3 v 9.5.8 together with tx_news (7.2.0). I really like the new TYPO3 implemented speaking url generation. I already configured it to generated speaking urls and configurated it to generate speaking urls for tx_news too, both is working…
Marcel
  • 627
  • 7
  • 25
1
vote
2 answers

Backend access rights for news records

Is it possible to store all records of the news extension (ext:news) on the same storage page, but show only records, which are created by the loggedin backend user? So the current backend user can just see and edit his own records? Admins should…
chris
  • 2,109
  • 2
  • 23
  • 33
1
vote
1 answer

TYPO3 : Call to undefined method

Im using TYPO3 version 7.6.32 with News system extension, and from time to time i get an error who then disappears alone without changing anything : Error : Call to undefined method GeorgRinger\News\Domain\Model\FileReference::getType() Error…
MAZ
  • 222
  • 1
  • 14
1
vote
2 answers

Create a Redirect with additional query params for another plugin

I use the news plugin where I add an another Plugin (lets call it 'Form') as a CE für the Detail view. When I fill out the Form in the Detail view and submit it, then my redirect inside my Controller only passes the Arguments for my Extension.…
Paul
  • 289
  • 2
  • 14
1
vote
0 answers

TYPO3 9 tx-news wrong news in detail view

We have a TYPO3 9 installation serving a lot of different sites. Each site has individual news records stored. But we observed that the news detail view could show the wrong news. Site A shows the news record of site B, if both records have the…
g-ffm
  • 55
  • 1
  • 4
1
vote
0 answers

TYPO3: How can I use the same slug for news on a multidomain setup?

I have an issue with duplicate slugs for news on a multidomain setup and hope you can help me :). My setup includes a single TYPO3 9.5.5 instance with multiple page trees like: root domain.xyz - news - article - impress - news…
Fox
  • 623
  • 8
  • 35
1
vote
4 answers

Typo3 tx_news extend with custom Fields - Content disappears sometimes, caching Issue?

I'm using Typo3 9.5.5 and I extended the extension tx_news with some custom fields. Everything works fine in front-end and back-end, but sometimes the custom content disappears in front-end and is not shown. Also the debug doesn't show the content.…
WimDiesel
  • 65
  • 1
  • 9
1
vote
1 answer

sitemap for tx_news in TYPO3 9 when categories used for datail page

In TYPO3 with the seo extension it is fairly easy to provide google site maps for pages and records: simply use XmlSitemapDataProviders. No problem to use it for tx_news when you only use a few detail pages. But i can`t figure out how to build the…
lisardo
  • 1,322
  • 16
  • 31
1
vote
1 answer

How to exclude path segment of details page from url?

In Typo3 v9 I have routing installed as described here. But there is always the path segment of the details page in the url. Even if i write "news-of-the-month" in field "Speaking URL path segment" the url of the news is…
Balindil
  • 11
  • 2
1
vote
1 answer

How to get per typoscript the URL of video in tx_news (tab relations)?

I have created a new item in tx_news. I added in this item one media-file (in tab-relation) as media-url-youtube. I would like to get per typoscript the url of this youtube-video. if I add on Step 2 one picture-file (rather than media-file-url), I…
1
vote
2 answers

After extending NEWS with a new date field, how can I list from this news field

I have extended NEWS with a new date field (eventStartDate) and I would like to list all news with this date greater than X. At this moment, the WHERE clause checks tx_news_domain_model_news.datetime not my new field…
SteveLeg
  • 87
  • 12
1
vote
1 answer

How to handle news categories in route enhancers (TYPO3 v9)

I configured some route enhancers for the news plugin: routeEnhancers: NewsPlugin: type: Extbase limitToPages: [3] extension: News plugin: Pi1 routes: - { routePath: '/{news_title}', _controller: 'News::detail',…
Stefan Padberg
  • 505
  • 2
  • 17
1
vote
2 answers

How to create a select clause with AND query that matches tx_news items with two or more assotiated categories

I try to create a query to get all news items, that are flagged with at least two different categories and they have to match the AND clause. I need this query to make a decision, if the following code should be rendered, or not. E.g. If there is no…
Waimanu
  • 11
  • 1
1
vote
2 answers

tx_news n:link don't want build absolute link with config.absPrefix

in tx_news template we have
Oleg V Karun
  • 726
  • 1
  • 6
  • 29
1
vote
1 answer

TYPO3 9.5.3 News Archiv and Route Enhancers

I included the RouteEnhancers for the News Plugin and there working as exspected for News List and News Detail Pages. Now i try to implement the DateMenu Archiv and there i have some Problems. My config.yaml looks like that. routeEnhancers: …
ChrisKr
  • 167
  • 10