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

How to insert images to bodytext in tx_news using ckeditor in TYPO3 8.7.X

I am trying to add the ability to add images using the rte_ckeditor_image plugin in the news plugin. I have done all the steps described in the manual (creating an RTE folder, adding a code fragment to the ext_localconf.php file) but the possibility…
Adrian
  • 992
  • 2
  • 16
  • 46
2
votes
4 answers

TYPO3, news: change sort order and direction via get parameter

in a list view of extension news we need links which change the sort order and the sort direction. Is there a possibility to change both via get parameters? I unchecked the option "Disable override demand" and tried some combinations like…
lisardo
  • 1,322
  • 16
  • 31
2
votes
1 answer

Translation of content elements in tx_news shows default language

Environment: TYPO3: 8LTS News: 6.3.0 (also checked with 7.x) News List View (Page) is translated News Detail View (Page) is translated News Record translated Problem: When i visit the page on language UID 1 the news record itself is translated…
bschauer
  • 958
  • 9
  • 33
2
votes
1 answer

TYPO3: Override TCA backend class public variables from another extension

I'm using the tx_news extension for Typo3. Therefore I'd like to disable some settings that are not used on my page, for instance categories: I've already disabled them in the PageTS for the records like this: TCEFORM { tx_news_domain_model_news…
josias
  • 1,326
  • 1
  • 12
  • 39
2
votes
2 answers

Override a Fluid Template from another extension

I'm working on a TYPO3 webpage for a magazine. Therefore I'm using the extension "news" or "tx_news". Everything works fine, except that I'm confused how and where to override the given fluidtemplates from the news extension. For the webpage I'm…
josias
  • 1,326
  • 1
  • 12
  • 39
2
votes
1 answer

TS property detail.registerProperties of extension news does not work for datetime

The news docs say I should set up the following code in plugin settings to get access to the corresponding register value per ts. plugin.tx_news { settings { detail { registerProperties = keywords,title,datetime } } } This…
ntiedt
  • 173
  • 3
  • 18
2
votes
2 answers

How to integrate cropping variants in image manipulation tool in tx_news extension?

There's an awesome feature in TYPO3 8.7 called cropping variants in image manipulation tool. Details informations can be found in official feature description #75880. Thanks to this we can allow back-end user to crop one image in multiple variants,…
explorer
  • 165
  • 1
  • 9
2
votes
2 answers

tx_news category menu doesnt filter news- TYPO3

I need to configure a news category menu in my site. I list all news in one column and the other column in the same page shows the category menu. News list and category menu is configured using plugin not by TypoScript. The same page contain another…
Aswathy S
  • 729
  • 1
  • 12
  • 41
2
votes
3 answers

locallangXMLOverride is not working

I'm trying via ext_localconf.php of my own extension to override the locallang files for the news extension. So I placed in my own extension following…
Falk
  • 621
  • 2
  • 9
  • 23
2
votes
1 answer

Best practice categories and Tag at tx_news

Can anyone bring closer the difference between categories and tags in tx_news to me? So far I have used only categories for the news section. for example, improve the internal filter by organizers or venue. In the meantime about 130 categories have…
2
votes
3 answers

TCA file, checkbox default checked

I would like to set a checkbox in the backend to default checked. In my case it is the field showinpreview in the file /typo3conf/ext/news/Configuration/TCA/tx_news_domain_model_media.php. I changed the value default to 1, but it has no…
nbar
  • 6,028
  • 2
  • 24
  • 65
2
votes
2 answers

tx_news direct link to news entry

it is possible to have a direct path to a special news entry? example: my link is: http://www.domain.de/start/topnewsdetail/news/really-long-name-of-news-entry.html and it would be nice to have http://www.domain.de/newsEntry.html. Can someone give a…
Maik Hagenbruch
  • 83
  • 1
  • 13
2
votes
2 answers

Tx_news detail view skip first picture

I want to render a news item from the News extension, but in the detail view I want to render all images except the first image. I have tried this, seek a solution through a iteration, but somewhere is still a fault has occurred. The code…
2
votes
1 answer

TYPO3 combine tx_news with powermail

I made an event calendar with tx_news... On some events I want a "Register here" with a link to a site with powermail. How can I do a prefill of the tx_news data in powermail? I know how to do it with powermail/tx_news on the same page, but not on a…
2
votes
3 answers

How to create link with article Id in news(tx_news) in typo3?

I have article with uid xyz and pid foobar . How to create a link for the detail page using f:uri.action or f:link.page (or any other uri) outside news extension?
Prakash Thapa
  • 1,285
  • 14
  • 27
1
2
3
28 29