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
4
votes
1 answer

Can't generate TYPO3 tt_news category tree for news entry

I'm using tt_news extension with my TYPO3 v7.6.18 (just upgraded from 6.2.31) and I'm having problems with category tree. I did a bit more debug for tt_news category rendering and this is the problem so far: the old tca.php looks like…
Peon
  • 7,902
  • 7
  • 59
  • 100
4
votes
2 answers

Automatically set author and email in tt_news

I know I can configure tt_news to automatically set author and email to a given value, like this: TCAdefaults.tt_news.author = full name TCAdefaults.tt_news.author_email = name@domain.tld But could I retrieve the name an email from the info of the…
Charles Brunet
  • 21,797
  • 24
  • 83
  • 124
3
votes
1 answer

Default category in tt_news

Is there a way to set a default category for tt_news, in such a way that a user don't need to explicitly assign the category when creating a news?
Charles Brunet
  • 21,797
  • 24
  • 83
  • 124
2
votes
4 answers

TT_NEWS Force Display of Latest News in Single/Latest implementatin (TYPO3)

Sirs, I have a nice working implementation of SINGLE and Latest on same page. My realurl is working perfectly. Problem is, by default, single doesn't show anything until you click on one of the listed news (displayed by the list plugin). I would…
John Miller
  • 527
  • 4
  • 15
2
votes
1 answer

php script is parsing content from RTE (tt_news) but internal links are not appearing as speaking url

I have a news article with internal links. In the RTE I see links like http://www.yourdomain.com/?id=3 in the html text mode. The problem is that this link also appears on the frontend. RealURL should convert this link to something…
testing
  • 19,681
  • 50
  • 236
  • 417
2
votes
2 answers

tt_news: use news title as download title in list view

My news should not contain any text, except for the title. Instead, in the list view the title should directly point to the first attached file (a PDF). Now I thought the simplest solution for that would be to hide the title, show only the attached…
teonanacatl
  • 85
  • 1
  • 1
  • 8
2
votes
1 answer

Typo3: Custom order in tt_news

I have used tt_news so set up a listing of staff members in a page, but now I realize that there is no intuitive mode to change the order in which the staff appears on the listing. It can be done changing the "date" field, but that concept might be…
Enrique Moreno Tent
  • 24,127
  • 34
  • 104
  • 189
1
vote
2 answers

tt_news and RealURL: shorten URL of news article

Currently the URL for a news article looks like www.domain.com/path/to/page/news/news-detail/article/articlename Is there a way to shorten this URL? E.g. missing out article or news-detail? In the RealUrl-Configuration there is the array article but…
testing
  • 19,681
  • 50
  • 236
  • 417
1
vote
2 answers

tt_news: no news_id given when changing language in single view

I'm using TYP 4.5.5, RealURL 1.11.2 and tt_news 3.0.1. I want that the user can switch the language and the corresponding news is shown in the users language. All should work with RealURL. When switching language the news id is not submitted. So I…
testing
  • 19,681
  • 50
  • 236
  • 417
1
vote
2 answers

tt_news - where is the register "newsMoreLink" be defined?

The extension tt_news is very useful for me but there is this little thingy called "register:newsMoreLink". This register does contain the singlePid of the contentelement (defined a single view page) and the uid of the newsarticle from the news…
Tomkay
  • 5,120
  • 21
  • 60
  • 92
1
vote
2 answers

tt_news: Modify image src

In order to be able to use lazy loading, I need to modify the src attribute of tt_news' image output like so: // <-- before // <-- after, no src! I have…
vzwick
  • 11,008
  • 5
  • 43
  • 63
1
vote
0 answers

Typo3 RSS Feed has no items

I've got a problem with the integration of a RSS feed on my website. I am working with the extension News System, which has the feature RSS Feed included. On the list view of my news page I put in the following template (content from setup area).…
1
vote
1 answer

Obtain the title of tt_news record for breadcrumb

the following code worked well until TYPO3 7.6 LTS. It checked for the title of the current tt_news record and wrote it to lib.breadcrumb. Up from TYPO3 version 8.x the code obtains the titles of ALL existing tt_news records. So I tried to modify…
1
vote
1 answer

typo3 tt_news configurate list template

I use tt_news plugin for displaying news. There is such list template
V-K
  • 1,297
  • 10
  • 28
1
vote
1 answer

TYPO3: 2 news plugins on 1 page get mixed up

I have a page that consists of 2 news plugins (extension key = "news", typo3 version = "6.2.38"). I have created those 2 plugins in the backend. Both news plugins have the same folder as their source of articles. I have assigned "categories" to the…
user3182532
  • 1,097
  • 5
  • 22
  • 37
1
2 3
9 10