Actions
Bug #79313
closedrenderMethod = table returns no content
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Frontend
Target version:
-
Start date:
2017-01-13
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
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
Updated by Alexander Grein almost 8 years ago
- % 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.
Updated by Alexander Grein almost 8 years ago
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;
Updated by Georg Ringer almost 8 years ago
- Status changed from New to Closed
closed issue as it is solved.
Actions