[Typo3] SOLVED - HMENU of subpages on every page example

Matthew Manderson matthew at manderson.co.uk
Wed Nov 23 14:25:39 CET 2005


> I need something user proof so when users add deeper levels of hierarchy
> the menu will stay updated.

Thanks to Christopher for the hint.

#
# SUBNAV - shows subpages to the current page
# 
temp.subnav.text >
temp.subnav.text = HMENU
temp.subnav.text.entryLevel = 0
temp.subnav.text.1 = TMENU
temp.subnav.text.1.noBlur=1
temp.subnav.text.1.NO.allWrap =  |*| · 
[treeLevel = 1]
temp.subnav.text.entryLevel = 1
[treeLevel = 2]
temp.subnav.text.entryLevel = 2
[treeLevel = 3]
temp.subnav.text.entryLevel = 3
[treeLevel = 4]
temp.subnav.text.entryLevel = 4
[global]

Add more levels as needed...

A lot of people have asked for this in the past with no simple solutions
posted so I hope this very simple solution helps someone else.

Matthew



More information about the TYPO3-english mailing list