[TYPO3] menu and submenu not getting along

LarryB l34028836 at hotmail.com
Fri Jul 21 14:10:40 CEST 2006


Brilliant! By some stroke of luck (of me fumbling with your code 
suggestions) the following change did the trick, from:

lib.subMenu = HMENU
lib.subMenu.entryLevel = 1
lib.subMenu.1 = TMENU


To:


lib.mainMenu.2 = TMENU
lib.mainMenu.2.ACT = 1
lib.mainMenu.2 < lib.mainMenu.1

Menu seems to work great now, thanks a lot for your help Dmitry!

Cheers,
Larry

On 2006-07-21 13:57:19 +0200, Dmitry Dulepov <typo3 at accio.lv> said:

> temp.menu = HMENU
> temp.menu.1 = TMENU
> # Line below enables NO menu items, not needed if you set *any*
> # properties of NO
> temp.menu.1.NO = 1
> # Unlike NO, you must enable ACT!
> temp.menu.1.ACT = 1
> # Make current items bold
> temp.menu.1.ACT.allWrap = <b>|</b>
> 
> Here ACT is made bold.
> 
> Nice feature of ACT is that it expands itself to submenu if submenu 
> exists. But you need to define submenu:
> 
> # show submenus on the second level
> temp.menu.2 < temp.menu.1





More information about the TYPO3-english mailing list