Bug #79313
closed
renderMethod = table returns no content
Added by Alexander Grein almost 8 years ago.
Updated almost 8 years ago.
Description
If you try to activate the table render method (unfortunately still needed for email newsletters) and add an image oder text with image on a page, only the headline of the element is generated in frontend.
tt_content.image.20.renderMethod = table
- % Done changed from 0 to 100
Meanwhile I know the extension "compatibility6" needs to be installed to get this working.
This is not so nice, because of the overhead...
But anyway, I think this issue can be closed.
For anybody else, who has the same problem:
You do not need to install the whole compatibility6 Extension.
It's enough to add Classes/ContentObject/ImageTextContentObject.php from it to your own provider/template extension, change the namespace to yours and register the content object in your ext_localconf.php.
e.g.:
$GLOBALS['TYPO3_CONF_VARS']['FE']['ContentObjects']['IMGTEXT'] = \MediaEssenz\Interconnection\ContentObject\ImageTextContentObject::class;
- Status changed from New to Closed
closed issue as it is solved.
Also available in: Atom
PDF