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 EXT tx_news und typoscript USER multi integrations

i input multi integrations tx_news elements on my site, via TS: https://docs.typo3.org/typo3cms/extensions/news/AdministratorManual/BestPractice/IntegrationWithTypoScript/Index.html it works fine! but the ext loaded the full tx_news libs again and…
Sebastian
  • 883
  • 11
  • 32
0
votes
1 answer

Typo3 insert plugin news from Typoscript

I want to insert plugin tx_news above footer on all my pages. In previous version CMS I could do it through typoscript: lib.news < plugin.tt_news lib.news { templateFile=fileadmin/templates/news_template.tmpl code > code = LATEST …
V-K
  • 1,297
  • 10
  • 28
0
votes
1 answer

TYPO3 7.6 tx_news and shorturl with realurl

my news work fine with realurl and tx_news: www.domain.de/newslist/news-title-long-name-here/ but how can i build with realurl a secound short-URL: www.mydomain.com/newslist/?test=1234 thanks for helping
Sebastian
  • 883
  • 11
  • 32
0
votes
2 answers

prev/next navigation in detail view of news (tx_news) TYPO3 Extension

I wonder how to build a prev/next navigation in detail known from tt_news. Is there no build in way in news extension? Any ideas?
Tobias Gaertner
  • 1,155
  • 12
  • 30
0
votes
4 answers

TYPO3 7.6 - tx_news 4.2.1 - no detail name in realurl?

The realurl config with tx_news works fine for me, but I have one problem. I dont need the detail-name in the address. www.domain.org/news-list/news-detail/test-news-name-here/ and now i dont need the "news-detail". Here the PHP code…
Sebastian
  • 883
  • 11
  • 32
0
votes
1 answer

How to get plaintext of tx_news?

I'm trying to send a Newsletter with tx_news and direct_mail. The HTML rendering is fine, but I have problems with the plain text and the documentation handles only tt_news. How do I get the plaintext of tx_news? Addendum: I only have a Template for…
user6260637
0
votes
2 answers

TYPO3 Extension News (tx_news) show & link tags at detail page

I'm using TYPO3 7.6.2with the extension news(4.1.0) ... I'm showing the news tags at my detail page (own template : Resources/Private/Extensions/News/Templates/News/Detail.html). At list view it's no problem to show & hyperlink a list of tags. But…
user2310852
  • 1,654
  • 1
  • 25
  • 52
0
votes
2 answers

How to show related news with image in tx:news (TYPO3)

I am using tx news in the current version and try to display the related news with the preview image. The title of the news is shown with: {related.title} Does…
Urs Bo
  • 308
  • 1
  • 11
0
votes
1 answer

Unknown characters on TYPO3 tx_news list view (in Chrome)

I noticed strange behaviour on TYPO3 tx_news list view. Sometimes on the bottom of the page appears unknown characters. I don't know how and why and it's only on one (list view) page and in chrome browser. Here is the screen shot of that: I have…
Adrian
  • 992
  • 2
  • 16
  • 46
0
votes
1 answer

Inserting news teaser inside FalMediaContainer template

Is it possible to insert {newsItem.teaser} into FalMediaContainer.html? Do I need to insert something more to fluid template to see on output news teaser? Thanks for any help
Adrian
  • 992
  • 2
  • 16
  • 46
0
votes
1 answer

TYPO3 newsslider for news system extension 4.0.0

Is there a way to have newsslider extension working with the latest tx_news(news system) 4.0.0 on a fresh installed typo3 7.6.0 besides digging into code? The extension installation warning says that it requires a manual intervention? The page where…
admir
  • 193
  • 16
0
votes
1 answer

Manual sorting in tx_news Typo3

I use the Tx_news Extension (not TT_news) and have 2 pages where i show my newsitems. On Home I show only some topnews with the Listview, and there is a second page with the full News overview, the last one is ordered by Date & Time field. But for…
Derple
  • 63
  • 2
  • 5
0
votes
2 answers

How to make news category in typo3 using tx_news

Hello I want to create News category in my website. i am using tx_news(News System) Extension for that. but i dont know how to create News Category Please Give me solution.
0
votes
1 answer

tx_news and realURL

i got a problem. I am using tx_news (1.13.3) together with realURL. For some reason the searchform and datemenu don't work together with realURL. Searchform doesn't work at all = getting 404 when submitting search request. And Datemenu lists all…
d4ny3l
  • 163
  • 18
0
votes
2 answers

TYPO3 6.2 performance, Typoscript Select, Typoscript Cache

The problem itself is solved, but the question is still open cause I want to test the tipps from Krystian. See Edit 3 at the bottom of this question. I have a TYPO3 project that is very slow. So I did some tests and found some problems. I tested the…
nbar
  • 6,028
  • 2
  • 24
  • 65