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

How to chose the tx_news list template using TypoScript

I'm starting my "adventure" with tx_news TYPO3 extension. I created the new list template and I see it in flexform on drop down list - that is ok, but how to chose that template using only TypoScript? Is it possible? Thanks for any help.
Adrian
  • 992
  • 2
  • 16
  • 46
0
votes
3 answers

News 3.0.x - how to keep overwriteDemand

I have setup the TYPO3 news extension (not tt_news) to show a date menu with archived news items. From the archive menu, you can go to the list-view with all news for a given month. From the list-view, you can go to the details-view, to actually…
derhansen
  • 5,585
  • 1
  • 19
  • 29
0
votes
1 answer

Typo3: RealURL and Ext:news – News URLs are not rewritten

I'm runnning Typo3 6.2.4 with RealURL 1.12.8 and News (tx_news) 3.0.1. Using the automatic configuration from RealURL rewrites the URLs for "normal" pages, but not for news. The generated links look like…
z80crew
  • 1,150
  • 1
  • 11
  • 20
0
votes
2 answers

How to download files from tx_news listView?

i'm currently working on a TYPO3 6.2 site using tx_news. My goal is that a user can use the listView directly to download a related file, like it was possible in TT_news with type download. The problem is in TX_news is only type news, internal page,…
Jøran
  • 51
  • 1
  • 5
0
votes
1 answer

Typo3 Extbase Debug shows invisible object

I tried to extend the news extension (news system) with my own extension to add an OR to the SQL list request of news. I used the findDemandedRaw() method which returns the SQL query of a query object. The SQL request is OK, but I don't get any…
Kiouz
  • 1
  • 1
0
votes
1 answer

Adding a field to tx_news is causing template not found error

I'm trying to add a thumbnail field to tx_news file records but when I do try use the new field I get an error. These are the steps I've taken, Added the column to sql Add the new field to the tx_news_domain_model_file tca I now have the new…
anteatersa
  • 1,449
  • 2
  • 12
  • 18
0
votes
1 answer

TYPO3 - News System teaser to META description

Hi im working with the extension TS News (News System) in TYPO3. My question is, if i have filled out the Teaser text field, how can i then say that the page META Description, is showing the Teaser text ?
Thomas BP
  • 1,187
  • 3
  • 26
  • 62
0
votes
1 answer

tx_news Paginate with dynamic variables

I have created a custom template for paginations. But I want to display a count of all news articels and so I'm looking for a solution to pass a variables to the pagination. I don't want to build a custom viewhelper, I want to stick with the…
theowi
  • 820
  • 1
  • 6
  • 13
0
votes
1 answer

TYPO3 extbase news ajax pagebrowser

TYPO3 6.1 I have applied the ajax for news pagebrowser. To do that I have added below code in setup news_ajax_list = PAGE news_ajax_list { typeNum = 1122 config { disableAllHeaderCode = 1 xhtml_cleaning = 0 admPanel = 0 debug = 0 no_cache = 1 } 10 =…
0
votes
1 answer

Localize tx_news - how to make common fields fall back to original language?

When localizing tx_news articles in TYPO3 6.x out of the box, you have to set many values for the translation manually that could be taken from the original language. For example: A news item's category A news item's category's detail page and…
Urs
  • 4,984
  • 7
  • 54
  • 116
0
votes
1 answer

Typo3 - fluid - for each newsItem.uid

I'm using Typo3 6.0 and News System 2.0. I have a custom template using fluid viewhelpers, and I'm displaying news from my database depending on their categories. So far so good, no problem. My problem is that I want to loop through all the news…
user2179985
  • 75
  • 3
  • 10
0
votes
1 answer

Typo3 6.0 - Extending tx_news

I am new in Typo3, and I tried to extend News following this tutorial : http://docs.typo3.org/typo3cms/extensions/news/Main/Tutorial/ExtendingNews/Index.html My main goal is to create a new extension, which I did using Extension Builder, and then…
user2179985
  • 75
  • 3
  • 10
0
votes
2 answers

"News System" acting different on different systems

I have 2 servers which I though were synchronized (dev and live) but the "News System" (extension key "news") makes something different. In the dev server this line {newsItem.datetime} outputs "Freitag",…
Enrique Moreno Tent
  • 24,127
  • 34
  • 104
  • 189
-1
votes
2 answers

News Plugin Insert Page

I updated the plugin, updated the database and flushed all cashes. Unfortunately plugin is no longer available in the backend. INVALID VALUE ("news_pi1")" I also checked the include option in the template but there also "News" is selected. Can…
Gregor O
  • 9
  • 2
-1
votes
1 answer

Problem with News URL of Category and tags

Following is my code for making the news page URL user-friendly. The detail page URL is working well with this but it's not working for Category and tags. News: type: Extbase limitToPages: - 16 extension: News plugin: Pi1 routes: - …
user12414491
  • 97
  • 12
1 2 3
28
29