[TYPO3] Help with HMENU menu items!

Helge Vad helge at mereteland.dk
Mon Feb 6 22:50:20 CET 2006


> I still need it to generate a list of elements at-or-below the current
> page's level in the tree.
>
> page.11 = HMENU
> page.11 {
> 1 = TMENU

The TS you have supplied only accounts for one level (1). In order generate
menus for the next levels you need a TMENU object for each of those levels
as well - that is for level 1 _and_ 2:

 page.11 = HMENU
 page.11 {
1 = TMENU
1{
.... the usual code for level 1
}
2 = TMENU
2{
....similar code for level 2
}


For an example look at
http://typo3.org/documentation/document-library/doc_tut_templselect/Creating_the_menu/

Best, Helge






More information about the TYPO3-english mailing list