Questions tagged [tt-news]

tt_news is a TYPO3 extension displaying news or articles.

tt_news is a TYPO3 extension for displaying news or articles in different views (single, list, archive, etc.). As of 2019 its not recommended to use this outdated extension for new projects, use news for this. There is a version from github, which works for TYPO3 8 LTS.

138 questions
0
votes
1 answer

Typo3 mbl_newsevent post date to URL

I got an event glossary at my site and the user needs to register for that events with powermail. I post the event title to the URL and then the title gets inserted into a input field at my powermail form. But now I need the date of the event,…
m1crdy
  • 1,371
  • 2
  • 25
  • 58
0
votes
2 answers

How to remove a-tag's title param in tt_news using typoscript

The standard output of a tt_news list view hyperlink is like: News Headline How to remove the title tag from the standard output with typoscript ? So that you get:
Christian Michael
  • 2,128
  • 1
  • 19
  • 27
0
votes
1 answer

how to add more data from extension table to tt_news template using genericmarkers

I am trying to add a reference to a tt_news entry by using the following typoscript code: plugin.tt_news.genericmarkers { data = tx_extendednews_referenz REFERENZ = CONTENT REFERENZ { table = tx_referenzen select { …
mcnesium
  • 1,423
  • 2
  • 16
  • 21
0
votes
1 answer

TYPO3, tt_news not allowing more than one category selected

I've got a strange "bug" in one of my TYPO3 website. I've got tt_news installed and have 5 categories in a storage folder. When I add or edit a news, I'm able to select my categories, but if I select more than one, a orange warning appears next to…
0
votes
1 answer

tt_news - How to add comments in tt_news single view?

I setup my own tt_news template and currently try to use the "comments" plugin. After installing and import the standard plugin constants it should show the comments automaticly (so I've read it). But no. Nothing. How do I get the comments into my…
Pete
  • 564
  • 4
  • 29
0
votes
1 answer

how to completely remove more link in typo3 news subhead

Does anyone know how I can completely remove the [more] link that appears next to the subheader in tt_news items in typo3? I've tried the following, but neither removes the anchor tag that is generated: _LOCAL_LANG.default.more =…
Erich
  • 499
  • 1
  • 13
  • 34
0
votes
2 answers

RealURL and tt_news multiple Singleviews

I have a typo3 with multiple trees (one per language) under a common root and domain, www.example.com (maintemplate) -en (+ext) --news ---singleview(hidden) -fr (+ext) --french_news ---singleview(hidden) -de…
user1403333
  • 98
  • 12
0
votes
1 answer

How to link tt_news H1 title to the news itself?

For the SEO reason, I have to link the news title in single view to the news itself. When I try this by ###LINK_ITEM### marker it links to the (return-page) I've chosen in flexforms to return. How should I link that title to the page itself, it also…
0
votes
1 answer

change date format from tt_news (displayXML)

I'm generating an XML-file from tt_news. Currently the ###NEWS_DATE### marker gives me the date in the following format: Tue, 27 Aug 2013 09:26:00 +0200 I want to change this to 2013-08-27. How can I do this? I've searched a bit and found a similar…
testing
  • 19,681
  • 50
  • 236
  • 417
0
votes
1 answer

XML sitemap which includes tt_news articles

Currently I'm using mc_googlesitemap. I've read that I can include tt_news articles in the xml output when using "Google Sitemap for Contents". In the documentation you have an option Table where the contents live but this is not available for me. I…
testing
  • 19,681
  • 50
  • 236
  • 417
0
votes
1 answer

Canonical tag for tt_news should pointing from couple domain to only one

I'm usign tt_news for publishing news on sites. I have 3 domains which are using the same news content, and I would like to generate a canonical tags for news which will point to only one (main) domain. I have the following TypoScript, but it…
Adrian
  • 992
  • 2
  • 16
  • 46
0
votes
1 answer

typo3 tt_news item visibility and "read more" issue

I have a typo3 site with 3 pages each listing latest news, events, vacancies using tt_news. The item listings for 3 pages display the clickable title, summary and a clickable "read more" link for each item. One of the 3 pages (e.g events) seems to…
cherouvim
  • 31,725
  • 15
  • 104
  • 153
0
votes
1 answer

Adding querystring parameter to tt_news links in TYPO3 page

I’m trying to add an additional querystring parameter to all links from tt_news plugins (displayList) on page. I've tried this, but it isn't working. plugin.tt_news { displayList { title_stdWrap.typolink { additionalParams.data =…
Erich
  • 499
  • 1
  • 13
  • 34
0
votes
2 answers

Typo3 RealUrl + tt_news -> shorten URL

for my tt_news entries, realurl generates links like: www.mydomain.com/announcements/news/news/article/date/2013/06/26/a_very_long_filename_which_is_horrible.html so i try to get my typo3 to generate something like…
user1403333
  • 98
  • 12
0
votes
4 answers

TYPO3 tt_news detail with language switch

I've got a problem with tt_news in TYPO3. If I am on a detail page, there is a url with a few get variables. If I switch the page language on the site, I lose the correct url. Can anybody help me to configure the tt_news. I'd like to stand at the…
zoom23
  • 694
  • 2
  • 10
  • 23