[TYPO3-english] tt_content.menu.default display name first level parent page

bernd wilke t3ng at bernd-wilke.net
Thu Feb 6 14:05:28 CET 2014


hm. maybe I got it now:

for each page a BE-editor takes a list of pages which should be 
displayed as a menu in the kind of:

<section of page1> - <name of page1>
<section of page2> - <name of page2>
<section of page3> - <name of page3>
<section of page4> - <name of page4>

with the selection you get the Ids of page1 to page4

if you now want the title of the parent page you need to enhance the 
title rendering (with stdWrap) via a query (.wrap.cObject = RECORD) to 
the parent page's title field.
in case of more levels between you need to act recursively (which can 
not be realized in typoscript) or explicit iterated (you may use 
TS-Conditions for individual iteration levels per page)

bernd
-- 
http://www.pi-phi.de/cheatsheet.html


More information about the TYPO3-english mailing list