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

TYPO3 typoscript condition without log error

I am trying to make a condition which does not produces errors in the log. Tried: [request.getQueryParams() && request.getQueryParams()['tx_news_pi1'] && request.getQueryParams()['tx_news_pi1']['news'] > 0 &&…
0
votes
1 answer

TYPO3 10 & tx_news Version 9.0.0 Pagination of category news lists

I updated news extension to version 9.0.0. Since the ViewHelper is no longer supported, I have changed the pagination related lines of list template to render the pagination partial as recommended. In the template pagination.html…
Wulf
  • 1
  • 2
0
votes
2 answers

How to show a tx_news tag title by id?

How can I display the title of a tx_news tag in any fluid template if only the id and the pid of the tag is given?
chicky
  • 103
  • 1
  • 9
0
votes
1 answer

TYPO3 routing: every route has to be unique within a plugin?

It seems that every "routePath" has to be unique within the same plugin, even for different actions, which is a design fault or bug in my eyes. Example with EXT:news, which has plugin "Pi1" with actions "list" and "detail", using default setup…
Sven
  • 722
  • 1
  • 7
  • 25
0
votes
1 answer

Migrate complex TypoScript condition to 10 LTS / 11 LTS

I try to migrate the following condition without success: [globalVar = GP:tx_news_pi1|news > 0] || [globalVar = GP:tx_news_pi1|news_preview > 0] && [PIDinRootline = 123, 456] I tried something like this, but none of my attempts seem to…
Dennis
  • 5
  • 4
0
votes
2 answers

TYPO3 solr news multiple detail pages

I have 2 different folders with newsrecords: one is used for news and one is for events, they get an own template so they have own detail pages. SOLR index queue is setup as shown in the extension manual 1 How can I define multiple detail pages for…
0
votes
1 answer

TYPO3 tx_news dateMenu - only Year - without Month

i search for a TYPO3 tx_news dateMenu Solution only for the Year. Like this: 2019 (8) 2020 (12) 2021 (3) Click on the Year, the Filter works only for the Year. (Show in the "news_list" all News from the active…
Sebastian
  • 883
  • 11
  • 32
0
votes
1 answer

Nginx configuration for TYPO3 website in subdirectory

I need to run a TYPO3 website on Nginx in a subdirectory of a domain: example.com/subdir. The website is running well for normal pages, but not for pages with tx_news-records. As soon as I call a news detail page…
chris
  • 2,109
  • 2
  • 23
  • 33
0
votes
1 answer

How do I generate multiple news XML sitemaps using sys_category

Version: TYPO3 10.4.18, News 8.5.2 Problem: I need to generate multiple XML sitemaps, where all news originate from a single folder ID. They need to link to different news detail pages, based on different categories. According to the documentation…
Scopestyle
  • 643
  • 5
  • 18
0
votes
1 answer

Pass a variable to a content object containing a tx_news plugin

This is very similar to my question Counter for mask elements in a TYPO3 column I need to pass a variable (in my case, the value of cObj:parentRecordNumber which is the counter for the current item in it's column) to the template. In the main page…
Urs
  • 4,984
  • 7
  • 54
  • 116
0
votes
1 answer

how to show the sys_category image in the news category list view

I'm using the news extensions with the sys_category on TYPO3 v10. I show a list the categories like this: typo3conf\ext\news\Resources\Private\Templates\Category\List.html
Mohamed Masmoudi
  • 547
  • 1
  • 9
  • 23
0
votes
1 answer

get mergedProperties of sys_file_reference in tx_news

I am using TYPO3 9.5.26 with tx_news 8.5.2. I have extended sys_file_reference with my own field. I can access this fields value in my fluid templates like so: {file.properties.tx_myext_frame} This is tested and works fine. However in the news…
Ja Nosch
  • 411
  • 2
  • 16
0
votes
1 answer

TYPO3 handle 404 and 403 with tx_news

I use the amazing extension tx_news. I want to check if a news really does not exist (404) or the access is not possible due to a missing login. (403) Is there a way to do this? By default, only a 404 is shown and i want to give the visitor a…
N1ck
  • 323
  • 1
  • 14
0
votes
1 answer

TYPO3 News Extension - How can i copy and paste content elements of a news entry?

If i created a content elements (f.e. text, image, plugins etc.) in a single news, i cannot copy and paste this content element again. Have I missed something or is it not working (yet)? Thxs for support Holger*
0
votes
1 answer

Get last month url in TYPO3 news extension

I'm using TYPO3 v10.4.12 and 'news' extension v8.5.2 I add "News" page where I have two columns. In first I have "news list" with pagination and e.g. 10 news per page and in sidebar I have "date menu". All is working fine but I need one thing. When…
qmon
  • 9
  • 1