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

metaseo and pagetitle for tx_news

I use TYPO3 7.6 with tx_news and metaseo, all works fine, except the PageTitle for the news. I have my news PageTitle and with metaseo I get a second pageTitle "News Single view". How can I remove the metaseo title? Or how can I get the right news…
1
vote
3 answers

How to limit tx_news teaser and bodytext length in Backend TCA?

For limiting the maximum length of a news title, i can use this tsConfig setting: TCEFORM.tx_news_domain_model_news.title.config.max = 70 Is it possible to set such a limitation also for teaser and bodytext of news records? Since these are not…
Mirko
  • 55
  • 4
1
vote
1 answer

Extend tx_news with 1 field without extension_builder

I try to extend the tx_news extension with the field imageright. For that I found this tutorial: https://docs.typo3.org/typo3cms/extensions/news/2.2.1/Main/Tutorial/ExtendingNews/Index.html The first step is to use extension_builder to add the…
nbar
  • 6,028
  • 2
  • 24
  • 65
1
vote
1 answer

589/5000 How do I configure in realurl a speaking URL for the tx_news date filter?

How do I configure in the extension realurl a destination page for the date menu from tx_news. Currently my realurl looks as follows: http://pastebin.com/SyEzttqD The links are output in the form: MyDomain.tdl / nwes.html? Tx_news_pi1%…
1
vote
0 answers

Why is the sorting of the category only displayed for the first request (TYPO3, tx-news)?

I try to display Categories in ASC order, therefore I changed the line into and…
Steffen
  • 11
  • 1
1
vote
2 answers

Layouts for news-articles in the news-extension for TYPO3

While it is possible to choose and edit layout variants for the plugin and so for e.g. list views it seems impossible to have a choice of layout variants for a single news article, which then could be rendered differently in the list or single view.…
1
vote
2 answers

TYPO3 news extension, give editor possibility to select image for preview

I use TYPO3 v7.6.13 and news v5.3.1 ... I've set this up so that an old man can take care of the news, I added him as editor with very limited privileges and that works all fine. what I cannot find is how to enable him to see the checkbox 'image…
webman
  • 1,117
  • 15
  • 41
1
vote
1 answer

tx_news: link to pdf in list view

I'm tyring to set up list view with tx_news and want to link a pdf file, that is also used as thumbnail directly in list view, not in detail view. Tried
1
vote
1 answer

TYPO3: How can I translate content elements within articles for news?

I am using the news extension: news and have enabled the content element rendering for my articles via extension setup (Use content element relation). This works great and redacteurs can use content elements in the news articles, too. Furthermore I…
Fox
  • 623
  • 8
  • 35
1
vote
1 answer

news: wrong link to detail page, ok after clearing fe cache

I use tx_news 4.3.0 with TYPO3 7.6.12 and realurl 2.0.15 From time to time i get detail links which show to a wrong detail page. e.g. veranstaltungen/talks/detail/xy-talks/ shows to another detail page: veranstaltungen/talks/detail/z-talks/ after…
Markus Dübbert
  • 213
  • 2
  • 12
1
vote
1 answer

tx_news and multi-language

I'm using Typo3 6.2 and EXT tx_news in a multilingual installation (L=0 German, L=1 English, L=2 Italian, with more to come). Everything works fine if I make a newsrecord in standard-language and translate it via localization to the other languages.…
HennyB
  • 11
  • 3
1
vote
1 answer

Set a category in tx_news by default

I would like to set a category by default to all new tx_news records. I know the solution is located in user TSConfig. But I don't know how to work with that using a kind of condition. I guess it has to be something like TCAdefaults.table.column =…
1
vote
1 answer

migration tt_news to tx_news

I've an TYPO3 4.5 Installation with a lot of tt_news elements. Also used are DAM and event extensions. For an overview I add an image. We are working now on a TYPO3 7.6 page and of cource want to have the complete old news on this site. For standard…
Falk
  • 621
  • 2
  • 9
  • 23
1
vote
1 answer

Realurl-Configuration for news-Extensi

I have an problem with the news-configuration for realurl. TYPO3: 7.6.11 realurl: 2.1.4 news: 5.2.0 I created the following realurl_conf.php. (http://pastebin.com/GsYVaaDr):
1
vote
2 answers

How can I use RealUrl to shorten the url from the tx_news detail view?

What I like about TYPO3: 1000 ways lead to Rome. Here is my attempt which on TYPO3 7.6 and tx_news 5.2 offers nice Url's in Detail view: http://pastebin.com/BzgUpsCH How can I shorten the url from "detail/" Thanks for your hints.