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
1
vote
0 answers

Typo3: Use tx_news variables for Mask content elements

I'm working with the news extension (by Georg Ringer) and want to use Mask content elements for the single news view. While creating a news article I found the possibility to implement other content elements such as the ones I have defined in Mask.…
Michael
  • 69
  • 10
1
vote
2 answers

multiple use of one mm table in TCA

I'm using the extensions news and eventnews, so if have two different "types" of news now. The news extension comes with the fields related and related_from. I want to have also fields related_event and related_event_from. The original related…
Falk
  • 621
  • 2
  • 9
  • 23
1
vote
1 answer

tx_news 6.3.0 and datemenu

I use TYPO3 8.7.4 with tx_news 6.3.0 and try to set up an archive with a date menu. My structure is the following: - News -- Detail page -- Archive The date menu and all articles are shown on the "News" page correctly and in the date menu plugin…
Christian
  • 63
  • 9
1
vote
2 answers

How to trigger a tx_news search using typolink

We recently switched from tt_news to Georg Ringers News extension and I - as a novice typo3 coder - need help fixing some typoscript code that was used to trigger context specific searches using typolink. The old snippet was typolink.parameter =…
Simon
  • 13
  • 3
1
vote
1 answer

TYPO3 news extension multi language

i am using the News system (news) extension. In the listing view I need to translate the "read more" text to my local language (german). I already found the translation file inside the plugins folder. Path:…
RacoonOnMoon
  • 1,556
  • 14
  • 29
1
vote
2 answers

TYPO3 tx_news use same database field for custom extension

I'm building a proper extension for the management of real estate, I would like to use the added "Image Metadata" field "Show in list view" as the extension tx_news does. I can build this option in exactly as tx_news does but in case the site…
webman
  • 1,117
  • 15
  • 41
1
vote
1 answer

typolink userFunc in TYPO3 V8

I want to use the core linkhandler and change my link in a userFunc. I use the linkhandler as it is described here, and it works with a single detail page: https://usetypo3.com/linkhandler.html The problem is: If i change my typoscript…
Markus Dübbert
  • 213
  • 2
  • 12
1
vote
2 answers

news: remove path "article" or "article detail"

I use TYPO3 8.7 and extension "news" version 6.1. I want to shorten the news article detail path. I already use this (the advanced example): https://docs.typo3.org/typo3cms/extensions/news/AdministratorManual/BestPractice/Realurl/Index.html Now I…
Markus Dübbert
  • 213
  • 2
  • 12
1
vote
1 answer

Ext. news: can i prioritize a category in list view

I have news where every news has several categories (1-n). If i assign my artice detail page in the category tab (Optionen > Einzelansicht für Nachrichten aus dieser Kategorie), in the list view the first available detail page (category detail…
Markus Dübbert
  • 213
  • 2
  • 12
1
vote
4 answers

Search result of News using SOLR Search giving http://{plugin.tx_news.settings.detailpid}/ instead of real URL in Typo3

I'm using TYPO3 7.6.10 and solr 6.5.0 Plugin: Apache solr for TYPO3 6.1.0 The search is working fine. I indexed Pages and News but when I get result of news it gives http://{plugin.tx_news.settings.detailpid}/ in URL instead of real URL. I gave…
Jasvinder Singh
  • 416
  • 3
  • 14
1
vote
2 answers

Import XML feed in tx_news /eventnews

Import of XML feed is working well with extension news_importicsxml. The connected extension eventnews is also used. When importing data a checkbox is event has to be set to true, to show these imported news in calendar view. Is it possible to…
1
vote
2 answers

Migrate TYPO3 realurl.conf fixedPostVars to site extension

I'm building several sites in a multisite TYPO3 v.8.7.1 installation and have created an extension for each site (site package) that includes the typoscript from the tx-news extension. To rewrite the news extension url's I've added settings to the…
Cutgah
  • 11
  • 4
1
vote
1 answer

TYPO3 tx_news & news_comments display count of comments in news list

I looking for normal (fluid) way add in tx_news (Template->News->List) count of comments from table EXT: news_comments for each entity. For Example: News 1 (Comments:5) Date Description ----- News 2 (Commnets: 0) Date Description
Oleg V Karun
  • 726
  • 1
  • 6
  • 29
1
vote
3 answers

TYPO3 & tx_news need ViewHelper for show count of Entities in category

Task: in category menu show count of item in each category, like Category_one (38) Category_two (14) Etc ... I have try count by $demand but did'nt work
Oleg V Karun
  • 726
  • 1
  • 6
  • 29
1
vote
3 answers

convert TYPO3 6.2 with tt_news to TYPO3 7.6 with news

I have to update an 6.2 installation with ext:tt_news to 7.6 with ext:news. what is the best way to do the news conversion at the moment? should I start converting the news records in 6.2 and then update to 7.6 (drawback: ext:news runs only until…
Bernd Wilke πφ
  • 10,390
  • 1
  • 19
  • 38