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

Tx_news extend with new fields

I like to extend my news extension with new fields, like two urls that can be entered from backend. Is there a link or hint how to do that ? I'm using Typo3 v10 and extension_builder can't be installed?
Mohamed Masmoudi
  • 547
  • 1
  • 9
  • 23
1
vote
1 answer

TYPO3 Frontend Error: #1476045117 and TYPO3 Frontend Error: #1580056272

I am setting up a new TYPO3 Project for my company, this project is based on a previously existing Project, as the customer asked us to take it over. So I started with my company's kickstarter to create an empty but working Project. I then started…
1
vote
2 answers

TYPO3 News routing not working properly. But its working in the URL showing in Sitemap

Following is my config.yaml configuration to make the detail page URL user friendly. News: type: Extbase limitToPages: - 23 extension: News plugin: Pi1 routes: - routePath: '{news_title}' _controller: 'News::detail' _arguments: …
user12414491
  • 97
  • 12
1
vote
1 answer

TYPO3: configure available types for tx_news content element relation

Is it possible to configure which content element types are available for the content elements relation in tx_news records? I have a backend layout which allows only gridelements in tt_content. The regular content elements are only allowed within a…
Peter Kraume
  • 3,577
  • 2
  • 21
  • 39
1
vote
3 answers

TYPO3: Caching issue with new fields in tx_news extension

I created a new extension to add some fields to the news extension. In the backend everything works fine, I can add values to the fields and they are correctly saved in the database. When I clear the cache and rebuild PHP Autoload Information it…
1
vote
0 answers

Speaking urls in Ext:news with multiple plugins

I have a problem with the site configuration of news when there are two news plugins on one page (TYPO3 v9.5.20). There is a list view and a tag list as navigation for the tags ([screenshot1][1]). In the list view I am able to click on tags and only…
1
vote
1 answer

Why paginate widget is not including my query string parameters?

I have news listing including pagination with news tags. When i am paginate through news(or any custom extension) it bypass parameter. On page /tag the pagination links should look like this: /tag/seite/2 but i just get /seite/2 without any…
Ashish Patel
  • 1,011
  • 13
  • 27
1
vote
2 answers

TYPO3 V10 - EXT:news custom type and persistence mapping

i'm trying to upgrade a extension for TYPO3 10.4 which add a custom type to tx_news (Doc). I did the migration based on this example: Breaking: #87623 Classes/Controller/NewsController.php return [ \Xyz\Extendnews\Domain\Model\Team::class => [ …
Megafry
  • 84
  • 1
  • 5
1
vote
1 answer

HOWTO add new tab and fields to tx_news

Hi my problem is that I need to do a new extension depending on tx_news. I want to add a TAB to the plugin options (after template tab) with some fields I looked for the solution, but I can find only instruction to add a new field within the news…
1
vote
0 answers

Speaking URL setup for news articles

I'm setting up a Typo3 v9.5.15 site using the news extension for writing articles that should appear at example.com/{$SLUG} what I managed to archive is to display the articles on example.com/p/{$SLUG}. Currently the setup is as follows: news…
Tobias
  • 11
  • 1
1
vote
1 answer

Typo3 - Fluid - Content Header output

I have an issue with Typo3 Extension tx_News. I should Display the tt_content Header in the General fluid template. I tried to found any Solutions by search in Google, unfortunately I don't found any solution. I tried to get the Output by: -…
Lucky_luck
  • 13
  • 2
1
vote
0 answers

TYPO3 V9 - EXT:news - show custom news type in list view

Custom News type in default list Plugin I am using TYPO3 V9 and EXT:news 7.3.1 I added a custom news type and I can create news records with this type just as described in…
bandanh
  • 533
  • 4
  • 20
1
vote
0 answers

wrong content elements in translation of tx_news

TYPO3 8.7, tx_news 7.2 or 7.3.1. I use tx_news with attached content elements. In default language all work fine, but when i translate the news article i get a single wrong content element in the list of translated content elements, always on first…
lisardo
  • 1,322
  • 16
  • 31
1
vote
1 answer

TYPO3 tx_news: category-specific CSS styling

I´m using a Typo3 V9 together with the tx_news extension by G. Ringer. The extension is working very well, there´s only one feature I didn´t found: Having different news categories, I want to style the teasertext in list view different for each…
Jan
  • 43
  • 5
1
vote
1 answer

Infinite Scroll, pagination and routes

I have an issue using the News extension and Infinite Scrolling plugin on TYPO3 9.5.11. What I am looking for is to set up 2 infinite scrollings : one to list every news, another one to list news by categories (using the list by category). It…