[TYPO3] Menus in typo3

Felipe Knaesel Koch felipe at lcc.furb.br
Thu Feb 15 17:52:53 CET 2007


Jay Tillery wrote:
  > temp.secondNav = HMENU
> temp.secondNav.entryLevel = 2
> temp.secondNav.3 = TMENU
> temp.secondNav.3 {
>  NO.allWrap = <div class="secondNavLevel3NO"> | </div>
>  ACT = 1
>  ACT.allWrap = <div class="secondNavLevel3ACT"> | </div>
> expAll = 1
> }

I think this is almost right.

As you see in your first and second level menu script, you differ which 
level you are currently in like this:

temp.mainNav = HMENU
temp.mainNav.1 = TMENU //first level
temp.mainNav.2 = TMENU //second level
and so on...

So you create a new menu (thats correct)

temp.secondNav = HMENU

and tell this menu starts with level 2 with

temp.secondNav.entryLevel = 2

and then you create the TMENU entry with a third level indicator...

temp.secondNav.3 = TMENU

I think that this should be

temp.secondNav.1 = TMENU

As it is supposed to be the first level of the secondNav menu, that 
starts in the third level.

I think this is correct but I'm not certain.

Can you give it a try?


More information about the TYPO3-english mailing list