[TYPO3] Menu of subpages

Matthew Manderson matthew at manderson.co.uk
Sun Sep 24 08:47:10 CEST 2006


> The code generates subpages, but if the subpage (Level2.2) has another
> subpage (Level2.2.1) it won't be displayed!

You need to define the levels you need.

Try:

temp.menu_1.3 < temp.menu_1.2
temp.menu_1.4 < temp.menu_1.3
temp.menu_1.5 < temp.menu_1.4
temp.menu_1.6 < temp.menu_1.5
temp.menu_1.7 < temp.menu_1.6

This enables each of the next 5 levels down each inheriting the previous TS.
I have not seen an automated way of doing this for n Levels.

Matthew



More information about the TYPO3-english mailing list