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

With TYPO3 tx_news, how to combine TS and Flexform

I have a nearly unconfigured flexform (only set the Switchable Controller Action to "list") which I wanted to configure via TypoScript, e.g. as such: plugin.tx_news { settings { pluginType = news-list limit = 999 orderBy…
Urs
  • 4,984
  • 7
  • 54
  • 116
0
votes
1 answer

TYPO3 - Configure tx_news to use the style og Bootstrap Package CSS

How can I make tx_news use the pagination styles from the Bootstrap Package?
Jeppe Donslund
  • 469
  • 9
  • 25
0
votes
1 answer

News 3.0.1 - custom templates

Since I upgraded to Typo3 6.+, I've had a lot of hard times to get my custom templates/partials to work under a custom extension extended from News 3.0.1. Of course I ran through the documentation :…
user2179985
  • 75
  • 3
  • 10
0
votes
1 answer

TYPO3 CMS : tx_news : How can I change the labels in List View?

-- Hello! I use TYPO3 CMS 6.2.9 and the Versatile News System (tx_news). For my User (Editor), I'll only allow to add new news records in my specific sys-folder. Here's my pageTSconfig for the sys-folder: ### only for EDITORS usergroup 2 [usergroup…
user2310852
  • 1,654
  • 1
  • 25
  • 52
0
votes
1 answer

tx_news starttime and endtime doesn't work who they should

I use the tx_news 2.3.0 to publish article. We did some changes on the page (but the tx_news was not updated) and since then starttime and endtime of news-article acts strange: It seems like everything works fine with a delay of ~18days. So if I set…
nbar
  • 6,028
  • 2
  • 24
  • 65
0
votes
1 answer

More than one resource for tx_news TYPO3

i have more then one news resource folder in my typo3. My question: Can i use all of them in tx_news? I want to build a news summary page of all these folders. Thank you for your help! Owi
theowi
  • 820
  • 1
  • 6
  • 13
0
votes
1 answer

some pages are very slow when not defaultlanguage

When I request a page in another language the serverresponse is very slow. In the defaultLanguage it is fast. www.domain.com --> is fast www.domain.com/?L=1 --> is slow www.domain.com/?L=2 --> is slow Only Pages that have multilanguage (singletree)…
nbar
  • 6,028
  • 2
  • 24
  • 65
0
votes
1 answer

Create links to news-tags with the realurl URL

I would like to create a list of all tags für the tx_news with the URL from realurl. RealURL Config for tags: 'tag' => array( array( 'GETvar' => 'tx_news_pi1[overwriteDemand][tags]', …
nbar
  • 6,028
  • 2
  • 24
  • 65
0
votes
1 answer

Get item id from news record in detail view tx_news

i want to use a news record id to get some data from a table. The background: I have extends tx_news with one new field in tca. The data will be saved into the correct database table - but i can't get this content in a viewhelper. To resolve this…
theowi
  • 820
  • 1
  • 6
  • 13
0
votes
1 answer

tx_news call a single news item withouth the hash

A typical news call looks like: http://myurl/?tx_news_pi1%5Bnews%5D=4916&tx_news_pi1%5Bcontroller%5D=News&tx_news_pi1%5Baction%5D=detail&cHash=ef6e70673f8c8be5eddd03ad8bb8e220 I would like to change the uid in the frontend, but it does not work…
nbar
  • 6,028
  • 2
  • 24
  • 65
0
votes
0 answers

tx_news and roq_newsevent: integrate plugin via TypoScript

I am upgrading tt_news + mbl_newsevent to their successors tx_news + (probably) roq_newsevent. I am still missing out on how to access roq_newsevent data in a template when integrating (trying to) it via TypoScript. Another community member has…
Urs
  • 4,984
  • 7
  • 54
  • 116
0
votes
1 answer

TYPO3 Extension tx_news and articles proposed

I want two articles proposed at the bottom of every news-article in the detail view. But i don't know a solution for this task. Any ideas?
theowi
  • 820
  • 1
  • 6
  • 13
0
votes
1 answer

How to fix 404, RealURL and Template path errors in tx_news 3.x / TYPO3 6.2 after update

I have updated TYPO3 6.1>6.2 and tx_news 2.x > 3.x, using a "classic" setup with a separate list and detail page. Now a) my templates can't be found b) calling a detail page gives a 404 error, whenever RealURL is enabled (even if no postVarSets…
Urs
  • 4,984
  • 7
  • 54
  • 116
0
votes
1 answer

Number of alternating template parts in tx_news

Is there any possibilities tu use something like the alternating template parts in tx_news extension? In standard tt_news template I used to use etc. In tx_news everything is in Fluid…
Adrian
  • 992
  • 2
  • 16
  • 46