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

How to prevent tx_news plugin render single view for arbitrary news records?

I have a page with multiple news plugins. Each plugin should only render news list and single view for a given category. This is accomplished via "Single-view page for news from this category" and the TyposScript setting detailPidDetermination.…
Peter Kraume
  • 3,577
  • 2
  • 21
  • 39
0
votes
1 answer

TYPO3 tx_news ErrorHandling for non-existing news

When I call a news detail page with a non existing news path segment (www.example.de/news-detail/this-news-does-not-exist/), i get redirected to the 404 page, which is configured in the config.yaml. Is it possible also to control non-existing news…
kimomat
  • 2,211
  • 23
  • 37
0
votes
1 answer

How to limit showPrevNext in news to categories?

In the TYPO3 CMS 9.5.18 LTS with tx_news 8.3.0 we use the following extension Typoscript: plugin.tx_news.settings{ # what is allowed to overwrite with TS overrideFlexformSettingsIfEmpty := addToList(categories) overrideFlexformSettingsIfEmpty…
Pete
  • 564
  • 4
  • 29
0
votes
0 answers

news records disappear after a time without clearing the cache

I'm struggling with a strange behavior. I use News 8.3.0 and TYPO3 9.5.18. It is a TYPO3 instance with many micro-sites and its own news, which can also be displayed on other pages, depending on the category. This works for a while but at some point…
N1ck
  • 323
  • 1
  • 14
0
votes
1 answer

multiple category-UIDs for selection (category-tree)?

is it possible to specify multiple entry points in the category tree for example tx_news-dataset? Or can it only be restricted by one uid? (rootUid) TCEFORM.tx_news_domain_model_news.categories.config.treeConfig.rootUid = 25 Maybe there is another…
N1ck
  • 323
  • 1
  • 14
0
votes
2 answers

Typo3 close and start a new paragraph

in each
in bodytext at news extension

I'm using Typo3 9.5.14 and CkEditor to add and edit news articles, i see in frontend that it is closing and starting a new paragraph at every in the bodytext area here an example :

Text somthing
Text somthing 2
Text somthing 3

Mohamed Masmoudi
  • 547
  • 1
  • 9
  • 23
0
votes
1 answer

detail page title in browser drops to a backend news detail page title

It is not a bug, of course, but i cant figure out how to solve it. With previous version of News there was all fine. Sorry for my language, it hard to explain. Current Behavior For example - I have this page title behaivor for the first time news…
Mercer
  • 23
  • 3
0
votes
1 answer

Pagination is not displayed

I'm using News System extension and TYPO3 v9. After setup the routeEnhancers, the pagination is completely hidden from the categories pages. i.e. when the URL is : example.com/cat/category-name the pagination is not displayed, and when the URL is :…
MAZ
  • 222
  • 1
  • 14
0
votes
1 answer

How to get second Image from Mediafile in News Extension? [TYPO3]

How can I get the second image in template for news extension of GeorgeRinger in TYPO3. I extend the showinpreview field with "show in teaser" and I want to acces the second image, or better the image where "show in teaser" was set, in the…
MonTea
  • 1,166
  • 1
  • 13
  • 30
0
votes
1 answer

Allowed file extensions News System

I use the extension News System to manage my newsitems and I need to add mp3 file to my records using [fal_media]. But in the list of allowed file extensions I don't have MP3. And even if I downloaded an audio file (mp3), it disappears when I save…
MAZ
  • 222
  • 1
  • 14
0
votes
0 answers

How to get Speaking URLs for News on Typo3 9.5

How to migrate from realurl in TYPO3 9.5 ? I have a list view where you can filter by category AND year. Filter by category only and filter by year only works, but I it doesnt work for a combined filter as with realurl before. (first route see…
Stefan Mielke
  • 388
  • 2
  • 11
0
votes
1 answer

TYPO3 tx_news entries within a date range

I am currently migrating tt_news to news. The old news system also has news-entries shown as events. Is it somehow possible to hide entries that are past, without having to archive those? Or else to show only entries within the next x days? This was…
Andreas
  • 412
  • 6
  • 19
0
votes
2 answers

error because of missing object in signalslot (tx_news)

i wrote a signalslot extension for tx_news which extends the detailAction. The dispatcher works as expected when a news in detail view is called. But when the detail page is called without valid parameters for a existing news entry i get the…
lisardo
  • 1,322
  • 16
  • 31
0
votes
2 answers

Compile less in TYPO3

I want to customize the styles of tx_news, so I copied news-basics.less and news-basics.css into my site extension. My environment is: TYPO3 9.5, Boostrap_package 11.0.2, tx_news 7.3.1 Now my question is what is the best practice to compile…
Robert Hufsky
  • 131
  • 3
  • 16
0
votes
2 answers

Typo3 9.5 News - speaking Urls - remove path segment

is there a way to remove the "detail" page path segment from a News detail page URL. My Configuration locks like this NewsPlugin: type: Extbase limitToPages: - 152 - 153 - 155 extension: News plugin: Pi1 …
Brezelfelder
  • 61
  • 1
  • 4