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

Render overridden fluid template

I want to override an extension's fluid template in Typo3 with my own template. My own template contains an if-condition. If not met, I want to include/render the extension's template (i.e. the overridden template) instead. The actual case: I'm…
fishbone
  • 3,140
  • 2
  • 37
  • 50
0
votes
0 answers

TYPO3 10 - News router with multilanguage support

In my TYPO3 site, we create news in german and translate it to english. On my search for canonical urls for the news component, I found these helpful answer here: https://stackoverflow.com/a/53836388/20815643 This solution works fine but not…
thinze
  • 1
0
votes
0 answers

Typo3 Upgrade 10.4 News Template/Layout not loading

I have updated my Typo3 Website from v. 9.5 to 10.4.32. Everything is working fine so far. The Layout of the News Pluging is not working anymore. This is these are the extension config files: typo3conf/ext/news/Configuration/TypoScript/setup.txt #…
Cem Flav
  • 39
  • 10
0
votes
1 answer

In typo3 news typoscript, how do I set startingpoint to current page ID?

In old versions of typo3 this code worked but in latest version v11 it doesn't.The problem is that "this" value defined as "startingpoint" doesn't return current page id anymore. lib.pageNews = USER lib.pageNews { userFunc =…
Uroš
  • 23
  • 1
  • 3
0
votes
0 answers

Incomplete canonical tag on detail pages with tx_news 8 and latest TYPO3 9

I have a pretty normal route enhancer, with adds speaking url path segment to news detail url. On the detail page in the generated canonical links the added path segment is missing. I thought I have a bug in my route enhancer, disabled it, and…
0
votes
1 answer

Get tx_news fal_media via TypoScript to use in fluid page template

I want to use the first image out of a new entry to include in the page header. Therefore i need the news fal_media data in TypoScript to pass it to my page fluid template. I managed to get the first image as a file path by this TypoScript…
0
votes
1 answer

typo3 tx-news create a custom record type

i know how to create new news types thats stated here https://docs.typo3.org/p/georgringer/news/main/en-us/Tutorials/ExtendNews/AddCustomType/Index.html But is it possible to extend it so that i can make a complete unique record type? For…
0
votes
1 answer

How to disable link in TYPO3 FE from ckeditor

TYPO3 converts URLs written in text into links, including those in code and pre tags. In ckeditor, links look normal as text, but in the frontend they turn into links. I've tried disabling the autolink plugin via my own configuration in the site…
filippoff
  • 1
  • 1
0
votes
0 answers

fallbackType: free brakes translation of sys_categories

"fallbackType: free" in the config.yaml seems not to work with displaying sys_categories in the frontend. Backend works as expected, but in the frontend default and foreign language are shown together. My news template shows a list of categories to…
lisardo
  • 1,322
  • 16
  • 31
0
votes
1 answer

TYPO3 tx_news: Detail category link with sorting List

So far the linking etc. in the news detail for the category output works fine. What does not work yet is the "filtering" when i click (the site: News Detail) on a category "link" => Here it should then filter the news matching the category on the…
Sebastian
  • 883
  • 11
  • 32
0
votes
1 answer

Add templateLayout option to tx_news sepecific to view type?

Using PageTSConfig I want to add some template options to the tx_news plugin. How do I make it so that List template options are only shown when list view is active, and the same for Detail template options? I thought it would be something like…
user500665
  • 1,220
  • 1
  • 12
  • 38
0
votes
2 answers

How do I add a palette to tx_news in TYPO3?

How do I add the core gallerySettings palette to the media tab of tx_news? I want to be able to use these settings in the news detail template. In my site package I have tried adding this to my…
user500665
  • 1,220
  • 1
  • 12
  • 38
0
votes
2 answers

How to catch exception: findByUid() must be an instance of News, null returned

I use TYPO3 version 10.4.23 with news extension 9.1.1 I inject the NewsRepository in my Extension to get news-title with following (simplified) code: class MytestController extends \TYPO3\CMS\Extbase\Mvc\Controller\ActionController { protected…
daniel
  • 273
  • 2
  • 7
0
votes
1 answer

TYPO3 10.4: tx_news content elements rendering error

I am updating TYPO3 from Version 8 to 9 and 10. Now there is one error, I am not able to find a solution. In tx_news details view I am using custom fluid templates. In TYPO3 8 and 9 everything works fine. In TYPO3 10.4 I get an error when showing…
0
votes
0 answers

TYPO3 - tx_news in detail view: related categories as structured list

On the detail page of a tx_news record I want to list the related categories as a structured menu (not just as simple text). In principle what this TypoScript snippet…
Sandro
  • 7
  • 4