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
6
votes
3 answers

How to get Speaking URLs for News 7.0.7 on Typo3 9.5.0

I really like the ease Typo3 9.5.0 is creating speaking URL's. The only problem I do have is to make it work with extensions like news. Could not find a way to make it work and have no clue where to start. Appreciate your help. Best…
danriesen
  • 63
  • 1
  • 5
5
votes
2 answers

RouteEnhancer with aspects throws InvalidParameterException

I used the example verbatim from the Changelog: The only thing I changed was the limitToPages. routeEnhancers: NewsPlugin: type: Extbase limitToPages: [82] extension: News plugin: Pi1 routes: - { routePath:…
Sybille Peters
  • 2,832
  • 1
  • 27
  • 49
4
votes
2 answers

Routing exception after upgrading to TYPO3 v9.5.14

After upgrading to TYPO3 v9.5.14 our detail pages for news crash with the exception Symfony\Component\Routing\Exception\InvalidParameterException Parameter "p88bd715a41119d0e8087a5d19cb049" for route "tx_news_pi1_1" must match "[^/]++" ("" given)…
M Klein
  • 553
  • 2
  • 10
4
votes
3 answers

How to properly set url-routing for tx-news in TYPO3 9.5.5?

I use TYPO3 V9.5.5 with PHP V7.2.10. Also there is tx-news plugin installed. The site configuration is set and works. But if I add routeEnhancers for news detail it doesnt't show it in the url. It always looks like:…
Dan
  • 87
  • 1
  • 7
4
votes
3 answers

Good practice on how to set up routeEnhancers for list and detail view of ext:news?

Precondition The ext:news list view plugin is on page www.domain.com/news [ID 9] and the detail view on www.domain.com/article [ID 39]. Following the official example (docs.typo3.org) I tried the "Extbase Plugin Enhancer" example of the feature…
Ben
  • 811
  • 12
  • 28
4
votes
1 answer

How to set tx_news specific conditions in my typoscript?

for displaying news i´ve made different template layouts to choose for backend editors, configured in my theme´s PageTSconfig: tx_news.templateLayouts { 10 = LLL:EXT:mytheme/Resources/Private/Language/locallang.xlf:news.layout.withoutDate …
4
votes
1 answer

Typo3 6.0 - TCA - news - hide certain types of news in select field

I am new to typo3, and I need help concerning the News extension and the $TCA configuration. I have made an extension called "Activité" which extends from News. This went pretty well. I created some custom fields and I was able to make my extension…
user2179985
  • 75
  • 3
  • 10
3
votes
1 answer

TYPO3 10 & tx_news Version 9.0.0 Pagination (max links)

I updateted to the latest tx_news Version 9.0. Since the ViewHelper are no longer supported as of TYPO3 11, I have changed the pagination template as recommended. Unfortunately, so the setting of the maximum links no longer…
MichiBeck
  • 31
  • 2
3
votes
1 answer

tx-news ignores all flexform settings inside gridelement

I'm using TYPO3 10.4.9, gridelements 10.0.0, news 8.5.0 and bootstrap_grids. I nest elements like section > cols > content element. When I do this with news plugin, the output is always list view and the plugin ignores all other settings like…
lufi
  • 610
  • 7
  • 29
3
votes
1 answer

TYPO3 language menu with tx_news - hide language from menu if news record is not translated

I want to hide a language from my language menu if a news record is not translated. The following setup works perfectly for pages. So if a page has no translation, the "English" is not shown in the language menu on the website. I would like to have…
chris
  • 2,109
  • 2
  • 23
  • 33
3
votes
2 answers

Get rid of read more link in news Teaser

I have a news list element on my site with no detail page associated with it. But the Teaser headline and image are still links and the read more links is still displayed. How do I disable all links to the detail page in the Teaser. I searched for…
Blank Chisui
  • 1,043
  • 10
  • 25
2
votes
1 answer

TYPO3: OpenGraph imagesize with EXT:news

I am using the tx_news extension, included with an opengraph image. This image is implemented with 500 x 258 pixel. Where or how can I edit this values? Facebook recommended 1200 x 630 pixel or a minimum of 600 x 315 pixel.
Mario Wilhelm
  • 308
  • 2
  • 14
2
votes
2 answers

TYPO3 - How to allow translated News appear without a Transl.Orig?

I am trying to do my website very flexible for translations. Suppose I want to have a news article only in German, but not on the default language (English). How can I do this? For example, creating a new News Article and leaving the Transl.Orig…
Santiago Degetau
  • 356
  • 4
  • 14
2
votes
2 answers

How set up speaking links for news in TYPO3 9

Is it possible to setup speaking urls in TYPO3 9 for EXT:tt_news as it was with RealUrl in prev versions?
Oleg V Karun
  • 726
  • 1
  • 6
  • 29
2
votes
0 answers

TYPO3 News Title in breadcrumb with MenuProcessor

is it possible to show the current news title in breadcumb with the MenuProcessor? I've tried some with DatabaseQueryProcessor but I don't get the data. Have someone a working example or a tutorial for me? At the moment I have only…
GoatMachine
  • 127
  • 1
  • 13
1
2 3
28 29