Project

General

Profile

Actions

Feature #58929

closed

PageLayoutView: Add hook for tt_content_drawFooter

Added by Leon de Rijke almost 10 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2014-05-19
Due date:
% Done:

100%

Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:

Description

In TYPO3 4.7 the info fields for a tt_content element (hidden,starttime,endtime,fe_group,spaceBefore,spaceAfter) were drawn before the item itself. We could visually add extra information to the info fields:

tt_content element preview in 4.7

In this case the "Publication Repeat Interval" was added. We accomplished this with some cheating: add the extra information before the header of the item. See https://github.com/cmsworks/cw_content_scheduler/blob/v0.3.1/Classes/Hooks/CmsLayout.php#L56

In TYPO3 6.0 the info fields are rendered in a footer, after the item itself. There is no way we can (visually) add extra information to the info fields and our "Publication Repeat Interval" is rendered before the header of the item:

tt_content element preview in 6.0

We can render it between the header and content of the item, but we can't render it in the footer, unfortunately. It would be great if a hook was added for tt_content_drawFooter, so we can override/adapt the rendering of the footer.


Files

preview4-7.png (13.5 KB) preview4-7.png tt_content element preview in 4.7 Leon de Rijke, 2014-05-19 15:57
preview6-0.png (11.9 KB) preview6-0.png tt_content element preview in 6.0 Leon de Rijke, 2014-05-19 15:57
Actions #1

Updated by Georg Ringer almost 10 years ago

  • Status changed from New to Accepted

wanna do a patch and maybe even push to gerrit?

Actions #2

Updated by Leon de Rijke almost 10 years ago

Georg Ringer wrote:

wanna do a patch and maybe even push to gerrit?

I'm not sure if I can come up with something useful, but I'll take a stab at it.

Actions #3

Updated by Gerrit Code Review almost 10 years ago

  • Status changed from Accepted to Under Review

Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/31309

Actions #4

Updated by Gerrit Code Review over 9 years ago

Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/31309

Actions #5

Updated by Gerrit Code Review over 9 years ago

Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/31309

Actions #6

Updated by Leon de Rijke over 9 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #7

Updated by Gerrit Code Review over 9 years ago

  • Status changed from Resolved to Under Review

Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/35647

Actions #8

Updated by Frank Nägler over 9 years ago

  • Status changed from Under Review to Resolved
Actions #9

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF