[Typo3] multilevel tmenu with different startpoint

Daniel Doesburg typo3 at doesburg.biz
Mon Aug 15 19:19:33 CEST 2005


Rick [Futuros] schreef:
> I can't see how can hide parts of the menu with these conditions. Maybe you 
> can give me some pointers based on my example TS.
> 
> But i still can't help thinking that not being able to start a menu from a 
> different startpoint is an important missing feature

But if you don't know it, it's not said that is't impossible.

I can suggest some like:

temp.menu = HMENU
[PIDinRootline = {$page3PID}]
temp.menu.entryLevel = 1
[else]
temp.menu.special = directory
temp.menu.special.value = {$page3PID}
[GLOBAL]
temp.menu.1 = TMENU
temp.menu.1.wrap = <ul>|</ul>
temp.menu.1.NO.allWrap= <li> | </li>
temp.menu.2 < temp.menu.1


where you define page3PID in the constants



Success,

Daniel



More information about the TYPO3-english mailing list