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
2 answers

typo3 in news detail powermail form submit action is not working

I have added the powermail form as content element in news. So the form is shown in news detail page but that form is not submitted, i have given flexform option to redirect at thank you page. But that is not working and always gives 404 error, and…
Sonal
  • 33
  • 4
1
vote
2 answers

TYPO3 frontend editing for news records (ext:frontend_editing)

I am trying to activate the new frontend editing (ext:frontend_editing) for news records (ext:news). The editing part is working well, but I am failing to add new news records in the frontend. I am following the steps in the manual and the "custom…
chris
  • 2,109
  • 2
  • 23
  • 33
1
vote
1 answer

TYPO3: Problem with tx_news pagination and CoolUri

I'm using tx_news and coolUri in my project. Everything works fine except the pagination. If i want to switch away from the first page nothing happens. The URL is changing but the view doesn't. Did someone already have this problem and would have a…
Siriena
  • 57
  • 3
1
vote
1 answer

typo3 8.7.x tx_news 7.0.5 overwrite default meta tag title with news title

I'm using tx_news 7.0.5 in typo3 8.7.19 and have troubles with the meta tag title on detail page. All news get the same title "detail" (name of detail page) and will not get the page title which is the title of the news. If I edit the opengraph…
Paul
  • 11
  • 1
1
vote
1 answer

Typo3 tx_news category menu: Show only used categories

By default, the category menu of tx_news shows all categories. How it is possible to display only categories to which at least one news entry exist? It is annoying for the user, if he clicks on a category but the are no news yet under that category.
Invi
  • 23
  • 3
1
vote
1 answer

TYPO3: 2 news plugins on 1 page get mixed up

I have a page that consists of 2 news plugins (extension key = "news", typo3 version = "6.2.38"). I have created those 2 plugins in the backend. Both news plugins have the same folder as their source of articles. I have assigned "categories" to the…
user3182532
  • 1,097
  • 5
  • 22
  • 37
1
vote
1 answer

TYPO3: Is it possible to migrate single news from 1.4.0 to 6.3.0

We are migrating a TYPO3 4.7.14 site with news 1.4.0 to TYPO3 7.6.28 with news 6.3.0. When we started all news are migrated and are ok on the new server. But in the time after the news migration some news are added to the old site and now they must…
1
vote
1 answer

Import from tt_news with additional fields in tt_news and news (TYPO3 8 LTS)

import from tt_news in TYPO3 8 LTS with actual news and news_ttnewsimport is working fine. But we had some individual fields in tt_news and i want to import theese fields too in individuel fields in news. So i made a new extension which extends…
lisardo
  • 1,322
  • 16
  • 31
1
vote
2 answers

TYPO3 news - How to show different media files in default language and overlay language

I use the following syntax in my fluid template to render the media files in news:
Ralf
  • 65
  • 10
1
vote
2 answers

TYPO3 - Pre-select a powermail select with a specific tx_news record through button click

I use tx_news to show jobs records (list and detail view). On the detail page of a record I have a link to a application form: Detail.html Application ... for the application form I…
Philipp M
  • 3,306
  • 5
  • 36
  • 90
1
vote
1 answer

tx_news: Detail view always renders the article first viewed

T3 8.7.15 with latest versions of tx_news and realurl. All was running just fine. Out of a sudden the following happens: Click the link of a news article from a list view and it renders the detail view and displays everything correctly, as expected.…
1
vote
1 answer

TYPO3: Realurl duplicate slash with tx_news - resolved but not understood

I'm simply using the official realurl conf on the tx_news documentation. That caused a duplicate slash in my url. It would look like that: domain.com/post//post-title To fix it, I found out that I either have to remove or place the following lines…
josias
  • 1,326
  • 1
  • 12
  • 39
1
vote
2 answers

TYPO3: tx_news get sys_category sys_categories for custom title in BE list

I extended tx_news to hold a number of courses. there are courses that treat the same subject matter for different arguments (which I select as sys_categories). This means that their title is identical, now I'm trying to make the list better for the…
webman
  • 1,117
  • 15
  • 41
1
vote
2 answers

Fallback og:image if no images are present in an ext:news story

TYPO3 v 7.16. cs_seo 2.3.3 news 6.3.0 I have disabled cs_seo on my news detail page and ext:news is generating the correct og & twitter card meta data as expected. However, if I have a story that doesn't feature an image, no default image is…
Tom
  • 109
  • 1
  • 15
1
vote
3 answers

TYPO3 - How to show English and German news list on one page

I have a multilingual language (One-Tree-Solution) with the languages German (default) and English. The news are in German and English. The website also has a newsletter page. The newsletter (Extension newsletter) is written on the German page. Now…
Ralf
  • 65
  • 10