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

tt_news No categories when creating news

When I create a new article in the News administration of tt_news in Typo3 6.2, I am not able to select any categories in the "Options" window of the news, as there are none listed. But I have categories created and I can assign already existing new…
Bernie
  • 101
  • 1
  • 1
0
votes
1 answer

tt_news default news image based on category image

I'm using the extension tt_news at my TYPO3 installation to publish news. Now I would like to have a default picture for a news, if no picture is set. This default picture should depend on the category selected and the category image should be…
bastians
  • 85
  • 9
0
votes
1 answer

How to use hooks in tt_news correctly, per add

I recently tried to use Generic Markers to put out some Database content via TypoScript, but I need to be more flexible, so I'm looking for a solution to make use of hooks to tt_news. I want to parse my own Template of data into the MarkerArray of…
Marc
  • 21
  • 4
0
votes
1 answer

Adding of Generic Markers to tt_news - Database related

I am trying to write a custom output to extend the tt_news-Extension. I have suceeded so far as I have successfully written: My own extension (via the help of extension builder) Found a method to output some of my data via GENERIC Markers and…
Marc
  • 21
  • 4
0
votes
2 answers

Add additional parameters in tx_news title field

{newsItem.title} The above code will generate a link to the details page . What I want to achieve is that , I want to add a new parameter &type to the news url. Can anybody please tell…
Siva
  • 481
  • 7
  • 26
0
votes
1 answer

realurl config for tt_news in TYPO3 6.2

For TYPO3 6.2 I cannot manage to have real url setup for tt_news. I use bootstrap package 6.2.8 , realurl 1.12.8 and tt_news 3.6.0. I get url : .../blog/articol.html?tx_ttnews[tt_news]=11&cHash=d92d53eafcb2e8c331829520e053c3c7 and should be…
0
votes
0 answers

Add no fields to the tx_news model from another ext

I used this to extend tx_news: http://docs.typo3.org/typo3cms/extensions/news/latest/Main/Tutorial/ExtendingNews/Index.html So I created a Class/Domain/Model/News.php and a Ressources/Private/extend-news.txt. And I also find the file…
nbar
  • 6,028
  • 2
  • 24
  • 65
0
votes
1 answer

typo3 indexed search duplicate news entries

I found a problem with indexed search. I have news entries with different categories. Each newsentry can have several categories. When I am searching the newsentry is found several times, because it is found in several categories. I could not find a…
dgorges
  • 139
  • 4
  • 19
0
votes
1 answer

tt_news RSS Feed, show HTMLcode

i work at an RSS-Feed from the tt_news Extension. My Mainproblem is that the XML-File shows the HTML-Structure of my Website, but i don't know why? Any Ideas? Thats my Constantscode: # RSS2 plugin.tt_news { # SYS-Folder mit News pid_list …
drno
  • 57
  • 1
  • 9
0
votes
1 answer

TYPO3 tt_news genericmarkers url for every news item on list view

I create the genericmarker (###GENERIC_URL###) of "current" url and display it on single view page. plugin.tt_news { genericmarkers.URL = TEXT genericmarkers.URL { data = getIndpEnv:TYPO3_REQUEST_URL wrap = link: | } } Is it possible…
Adrian
  • 992
  • 2
  • 16
  • 46
0
votes
1 answer

TYPO3 modyfing img source on tt_news list item

I'm trying to add additional parameter to tt_news img list source: data-src="path-to-img". Is it possible? I try with generic marker but without any success: plugin.tt_news.genericmarkers { data = imgsource imgsource = TEXT imgsource { …
Adrian
  • 992
  • 2
  • 16
  • 46
0
votes
1 answer

TYPO3: Images are rendered with unwanted Outline/Border

In one case i am rendering all images from all news entries from one specific category inside an unordered list. Each image is wrapped inside an anchor element which itself is wrapped inside a list-item. Each image is 100% white and shall be…
Goran
  • 1
  • 2
0
votes
0 answers

All news items from tt_news are shown

I'm new to typo3 and I wound to setup tt_news. I followed the next plan: Install the plugin Made a folder "News Items" With the News Admin plugin made two categories and added a news item in both categories Made a new normal content page Added a…
Tom
  • 1,547
  • 7
  • 27
  • 50
0
votes
1 answer

Configure TT_News

I'm searing for several hours but can not found an good example on how to configure the tt_news extension with typoscript. I would like to know how I can disable showing the date, cat info and archive to make it a simple overview. Also clicking on…
Tom
  • 1,547
  • 7
  • 27
  • 50
0
votes
1 answer

TYPO3 6.1.7 news details urls with parameters get thrown to 404 page

I have the following problem on a TYPO3 6.1.7 installation: on the news details page, when trying to add some parameters to the url, i get thrown to the 404 page. So if i have a url of type…