Project

General

Profile

Actions

Bug #81754

closed

no thumbnails for tt_content in page layout view

Added by Andreas Terfehr over 7 years ago. Updated about 4 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2017-06-30
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

I use fluid_styled_content and in page layout view no thumbnails are shown. In list view the thumbnails are displayed correctly.

typo3/sysext/backend/Classes/View/PageLayoutView.php

line 1866+

if ($row['image']) {
$out .= $this->linkEditContent($this->getThumbCodeUnlinked($row, 'tt_content', 'image'), $row) . '<br />';
}

It must depend on

$GLOBALS['TCA']['tt_content']['ctrl']['thumbnail']

https://docs.typo3.org/typo3cms/extensions/core/8.7/Changelog/8.6/Breaking-79622-DroppingThumbnailConfigurationForTt_content.html

Actions #1

Updated by Andreas Terfehr over 7 years ago

  • Priority changed from Must have to Should have

additional info:

if we use default content element textmedia the thumbmails are displayed, problem is only with own defined content elements with no fluid-based preview template

Actions #2

Updated by Benni Mack over 4 years ago

  • Status changed from New to Needs Feedback

Hey Andreas,

sorry for that late reply!

So on your own defined content elements the thumbnails are NOT rendered, but in "textmedia" they are rendered. Where are your assets are stored in your custom content type? Within "tt_content.image" or "tt_content.assets" or a new DB field?

Actions #3

Updated by Benni Mack about 4 years ago

  • Status changed from Needs Feedback to Closed

Closing this issue for the lack of feedback. If you feel there is still an issue, let me know.

Actions

Also available in: Atom PDF