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

TYPO3 - How can I display a Tag Search from tx_news into my Fluidtemplate?

I'm using TYPO3 7.6.3with the great News-Extension from Georg Ringer news 4.1.0. I need the Tag-Search from tx_newsas a Select-Box, so I include the Plugin and change the Template /EXT:myext/Resources/Private/Extensions/News/Templates/Tag/List.html…
user2310852
  • 1,654
  • 1
  • 25
  • 52
1
vote
2 answers

Video relations not working for tx_news on TYPO3 7.6

I have been developing a site with TYPO3 6.2.15 and using the extension tx_news to show, well, news. Setting "Use FAL relations instead of news media elements" to "FAL + Multimedia" I could create relations with YouTube files, and they were shown in…
1
vote
1 answer

Show latest news record in TX_News

I have a list view and a detail view plugin of tx_news on the same page. When I enter the page without a news-id parameter, I would like to show the latest news record instead. Is there a way to do that? I found that a feature request for this was…
Jpsy
  • 20,077
  • 7
  • 118
  • 115
1
vote
1 answer

TYPO3 6.2 tx_news details urls with parameters get thrown to 404 page

I've a typo3 website which is using Typo3 6.2.15. I've an extension "mmc_directmail_subscription" for newsletter subscription which is rendered in all the pages. I am using tx_news in my website and in news detail page, when I click on subscribe…
Arun Chandran
  • 310
  • 5
  • 24
1
vote
2 answers

TYPO3 FAL images for translation don't work with tx_news (language)

I am working with TYPO3 CMS 6.2.14 and tx_news (news georg ringer) 3.1.0. My Website has two languages, german (L=0) and english (L=1). Now I tried to translate a tx_news data record by clicking the british flag, so I'll have a 1:1-copy of the data…
user2310852
  • 1,654
  • 1
  • 25
  • 52
1
vote
1 answer

tx_news, manipulate DB, cache issue

We use the tx_news 2.3.0 (not the newest version! - right now not possible to update..) and there is a strange bug, that does not publish news when Publish Date is set (or better, it publish them days later). As a work around I created a small…
nbar
  • 6,028
  • 2
  • 24
  • 65
1
vote
0 answers

Tx_News_ViewHelpers Generate Link to another site in same typo3

I would like to create a link to a news-detail-page, but this news-detail-page is on another URL (both pages are in the same typo3-installation). So for example I list news-article on www.domain1.com, the link to the detailpage shall be…
nbar
  • 6,028
  • 2
  • 24
  • 65
1
vote
2 answers

Create the tx_news searchform in the layout

I would like to create the tx_news searchform on every page. So I try it to put it into the Layout:
nbar
  • 6,028
  • 2
  • 24
  • 65
1
vote
1 answer

TYPO3 tx_news: How to remove “news” prefix from RealURL path

I have a problem. Does anybody know how to get rid of the news prefix from url ? it is like this http://www.example.com/**news**/detail/title-of-news/ and I would like to be like this http://www.example.com/detail/title-of-news/ Or replace news…
Raliolo
  • 23
  • 3
1
vote
1 answer

Error after new extension install

I have made a clean typo3 6.2.4 install and then installed the "news" extension. But if I now click on the extension in the left menu of the typo3 backend I get the following error: Table 'lanto01_typo3.tx_news_domain_model_category' doesn't…
Tom
  • 1,547
  • 7
  • 27
  • 50
1
vote
1 answer

extension news typo3 preview function

Hi I am looking for a way to preview a new newspost with the extension news from Georg Ringer. Is there a way or an extension to do this? In the documentation I cannot find a way to achieve this. Does anybody has a workaround for this?
dgorges
  • 139
  • 4
  • 19
1
vote
1 answer

tt_news: different template depending on record pid? Or tx_news fluid "if pid of record" condition?

I am running tt_news in an older TYPO3 instance. Now I have the situation I would like to use a different template for each list item depending on the pid where the rendered news item is found. As there is no logic in the classic tt_news templates,…
Urs
  • 4,984
  • 7
  • 54
  • 116
1
vote
2 answers

TYPO3 extbase extend news controller

TYPO3 6.1 I wanted to call some function on opening of extbase news list view. For example, if the url to list view contains tx_news_pi1[overwriteDemand][tags]=1, then I want to update that "tags" count by 1 in database. How this could be possible ?…
1
vote
1 answer

Typo3 6.0 - load form fields depending on type of News 2.1

I am new to Typo3, I'm using version 6.0. I have made a custom extension extending from News 2.1, and I made some custom fields and created a new type of news called "Activity". What I want to do is that when you choose "Activity" from the select…
user2179985
  • 75
  • 3
  • 10
1
vote
2 answers

TYPO3 News Section Database Tables

I am using News System extension to display all the news articles. I would like to know in which table in the database are these news articles stored ? Can I add data directly into the backend MySQL tables for these news articles ? I actually tried…
dora
  • 1,314
  • 2
  • 22
  • 38