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

How to remove detail page slug in module tx:news in TYPO3 11?

For SEO reasons I would like to remove the slug "detail" from the single news page of tx:news in TYPO3 11. That means that the following URL domain.com/news/detail/url-of-detail-news should become domain.com/news/url-of-detail-news I found this…
Urs Bo
  • 308
  • 1
  • 11
0
votes
0 answers

Setup indexed search with news extension

I use the "indexed_search", "crawler" and "news" extensions in TYPO3 11.5 and I want to search for news entries. There is an example in the crawler extension. I modified it to invoke the indexer for the crawled urls, as I found lots of other code…
fishbone
  • 3,140
  • 2
  • 37
  • 50
0
votes
0 answers

tx_news Display related news by tags in detail view with UserFunc

I am trying to display related news by tags on my detail page with this UserFunc from the docs: lib.tx_news.relatedByTags = USER lib.tx_news.relatedByTags { userFunc = TYPO3\CMS\Extbase\Core\Bootstrap->run extensionName = News pluginName…
Alex
  • 1
0
votes
1 answer

Typo3 News Extension Filter Custom Field

I use the news extension and have followed this instruction for creating a custom field to the news: https://docs.typo3.org/p/georgringer/news/main/en-us/Tutorials/ExtendNews/ProxyClassGenerator/Index.html Now i want to add a select filter to my…
Clez20
  • 1
0
votes
1 answer

TYPO3 11 News Extension 10.0.3: How to have pages for categories

I am using tx_news with categories. Now I would like to have pages with url to each category like mypage.de/category/category1. On this page I see all news with category1. I started with routing. According…
0
votes
1 answer

How to extend Eventnews' Location and Organizer models and render them in the frontend?

I've been trying to extend the Location and Organizer models from tx_eventnews, but without any luck. The custom fields are not showing up in the frontend. Everything in the backend works and is getting saved to the DB without any problems. It's…
Kees Sonnema
  • 5,759
  • 6
  • 51
  • 106
0
votes
1 answer

RSS feed is not available with Typo3 11.5.27 and tx_news 11.0.0

Since updating to tx_news 11.0.0 the RSS-Feed dont work anymore. Using "RSS feed by TypoScript" as described in the documentation under best practice…
SirRuddy
  • 21
  • 2
0
votes
2 answers

TYPO3 news -> category menu -> get information on listview

I´m using the categegory menu of Georg Ringers "news". When I click on a category, it leads me to the listview, showing all articles with the chosen catecory. That works fine. But: Is there a way to get the information in the listview, which…
t3fan
  • 25
  • 3
0
votes
0 answers

How to show YouTube video in tx_news with fancybox?

I'm using TYPO3 with the tx_news extension and fancybox for the lightbox function. Now I want to modify the template to show YouTube videos, which are added via URL in the news entry. I do not really now how to handle it. Maybe anyone can give me an…
cd-media
  • 93
  • 1
  • 8
0
votes
1 answer

TYPO3 11. Nested flux content elements are not displayed in the "Content Elements" tab of the News extension

My original installation had TYPO3 9.5.31, EXT:news 7.3.1 and EXT:flux 9.4.0. I use a custom grid content element that we built with flux. It used to work okay with our news and looked like this: After an update to TYPO3 11.5.25, EXT:news 11.0.0…
Runi
  • 11
  • 3
0
votes
0 answers

Access Images in new field with sys_file_reference in tx_news

I've added several fields to extend the tx_news, some of them should include images. For that I created fields with ...'type' => 'inline','foreign_table' => 'sys_file_reference'..., and it works fine in the backend. Now I want to access the images…
sunspot
  • 11
  • 4
0
votes
2 answers

How to not display the single news page of tx:news in breadcrumb?

I would like not to display the empty news detail page in the breadcrumb. I added the breadcrumb as explained here. Then I disabled the "Page enabled in menus" as recommended on the same page. But the breadcrumb still shows like: Home > News >…
Urs Bo
  • 308
  • 1
  • 11
0
votes
1 answer

TYPO3 tx_news routeEnhancer for searchSubject minimumDate and maximumDate

I've implemented the tx_news search form with search subject, minimum date and maximum date. Now I need to define the corresponding route enhancer for speaking URLs. Unfortunately, I can't find an example of this in the documentation, nor can I find…
boogie76
  • 41
  • 4
0
votes
1 answer

news: Different settings via typoscript for multiple listviews on one page

Using the extension news I implemented three list views on one page with different colPos. Now I need to make some different settings for each list view. I would prefer doing this via TypoScript. Is there a solution for this? Many thanks and best…
cermit
  • 1
  • 1
0
votes
1 answer

Updated Typo3 news extension, now "News Administration" displays an error ...LinkButton" is not valid

I have recently updated the news extension for my Typo3 installation. Now, if I click on the button "News Administration" on the left panel and then on the folder with my news, I get an error: Button…
MichiH
  • 3
  • 2