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
2
votes
1 answer

excludeAlreadyDisplayedNews tx_news TYPO3 6.2

I am using TYPO3 version 6.2.12 and tx_news extension version 3.1.0 (latest). I've a news detail page which contains a news list view plugin. I mean when I click on news item, I can see the detail view of that news items and a list view of news…
Arun Chandran
  • 310
  • 5
  • 24
2
votes
3 answers

How to get page categories in Typoscript (and use with tx_news)

I would like to read out a page's system categories for further use with tx_news (to display news that have the same categories as the page - as tx_news is using system categories). I was looking for a native solution, hopefully via getText,…
Urs
  • 4,984
  • 7
  • 54
  • 116
2
votes
1 answer

how to sort articles randomly in tx_news?

I search a way to randomize the order of tx_news article. Is it possible without changing the NewsRepository.php? If not, what would be the best way to add a random order?
nbar
  • 6,028
  • 2
  • 24
  • 65
2
votes
2 answers

TYPO3 Ext. tx_news and absolute links for RSS View

i use the tx_news Extension and i need a absolute url to a single news. The build a correct link to an single news, but it's not a absolute link. This don't working:
theowi
  • 820
  • 1
  • 6
  • 13
1
vote
1 answer

Issue with News Extension Version 11.1 in TYPO3 12 - Undeclared Arguments in PageViewHelper

I'm trying to implement a newssystem with said news extension for my website. I implemented it successfully. Writing News works, categorizing works, tagging works, and reading the news posts works also. The posts even display the tags itself. But…
Oliver
  • 13
  • 2
1
vote
2 answers

TYPO3 News System - Add custom fields in the already existing "General" tab

I want to add some custom fields to the news records. But I want them to appear in the already existing "General" tab and not in a new tab "Extended" which is automatically created, when adding new fields. I extend the news in the file…
PHilgarth
  • 285
  • 1
  • 3
  • 19
1
vote
0 answers

Editing TYPO3 news items in the tx_news administration panel doesn't work

I'm in the process of migrating from TYPO3 version 7.6.X to 8.7.X (with plans to upgrade further). Everything relatively works except the functionality regarding the tx_news plugin. Editing news items in the news administration panel doesn't work.…
Adrian
  • 992
  • 2
  • 16
  • 46
1
vote
1 answer

Typo3 tx_news filter multiple categories. AND instead of OR?

I implemented a tx_news filter to filter multiple categories with this code: https://docs.typo3.org/p/georgringer/news/main/en-us/Tutorials/Templates/MultiCategorySelection/Index.html This is working fine with some little customization here:…
1
vote
0 answers

Typo3 and tx_news: Unable to see custom fields in detail view

I have created a new extension to add new types and fields to tx_news. I am able to edit the types and the fields correctly in backend, and they are correcty seen in the listings, but when I go to view it in detail I only see it if I clear the…
1
vote
1 answer

Extremely Long Loading Time tx_news plugin in typo3

I am using the typo3 news extension. But in the Backend when I am editing a record or creating a new one it takes several minutes to load. Is this some wrong configuration of typo3 or would it help to increase the memory limit?
1
vote
0 answers

Display a list of non-archived related news with Fluid

I'm trying to show a list of related news articles in detail view (working) but I want to render "only non-archived entries" Is this possible with Fluid and how? Maybe with filters? My code is pretty standard. Nothing special: ...
distrid
  • 15
  • 3
1
vote
2 answers

TYPO3 add custom input fields to News Extension

I am trying to extend the news extension to include custom input fields. I've already created a domain model:
1
vote
0 answers

tx_news does not fallback to right language

I have a TYPO3 9.5 website with tx_news. Danish is the default language. I have the languages English, Romanian, Slovakian, Hungarian. On the Romanian, Slovakian and Hungarian sites I have set the "Fallback to other Language(s) - order is…
Jeppe Donslund
  • 469
  • 9
  • 25
1
vote
1 answer

Typo3 News Extension: "TypoScript object path "lib.tx_news.contentElementRendering" does not exist"

Without knowingly having changed something in the configuration or templates, I can't output content elements in the detail view of news-articles. 1/1) #1253191023 TYPO3Fluid\Fluid\Core\ViewHelper\Exception TypoScript object path…
user838531
  • 478
  • 5
  • 14
1
vote
1 answer

TYPO3: filter tx_news categories by arguments in the URL

I have a website with TYPO3 v10 and tx_news. I like to know if it is possible to filter categories with arguments in URL something like: …
Mohamed Masmoudi
  • 547
  • 1
  • 9
  • 23
1 2
3
28 29