[TYPO3-content-rendering] tt_content.menu.20.7.2 in Typo3 4.0

Martin Kutschker Martin.Kutschker at n0spam-blackbox.net
Thu Jun 1 16:11:44 CEST 2006


P. Mundt schrieb:
> Hi everone,
> 
> I've been trying to track down this problem I'm having with my various Typo3 
> 4.0 installations:
> 
> When adding a "Menu of subpages to these pages + sections" the anchors of 
> the sections are not set correctly. The "c" in front of the CType uid ist 
> omitted and thus, the link won't jump to the content element selected.
> 
> tt_content.menu.20.7.2.renderObj.typolink.section.wrap = c|
> won't work either...
> 
> Can anyone confirm this behaviour of tt_content.menu.20.7.2 ?
> 
> Any help would be appreciated.

Try changing line 1425 of t3lib_tstemplate:

$LD['sectionIndex'] = $page['sectionIndex_uid'] ? 
'#c'.$page['sectionIndex_uid'] : '';

I did not test it but it should fix this issue.

Masi



More information about the TYPO3-project-content-rendering mailing list