Bug #81754
closedno thumbnails for tt_content in page layout view
0%
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']
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
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?
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.