[TYPO3] Multiple Hmenu types in one?

Trevor McCartney trevor at arrayinteractive.ca
Sat Apr 21 00:24:24 CEST 2007


Joey, 

COA did the trick! 

Big thanks!!

T.


----- Original Message ----- 
From: "JoH asenau" <info at cybercraft.de>
Newsgroups: typo3.english
To: <typo3-english at lists.netfielders.de>
Sent: Friday, April 20, 2007 4:58 PM
Subject: Re: [TYPO3] Multiple Hmenu types in one?


> > I've included the code for two different menus that I'd like
> > to combine into one. How could I accomplish this?
> >
> > ## Menu [Begin]
> > lib.subMenu2 = HMENU
> > lib.subMenu2.special = list
> > lib.subMenu2.special.value = 40,47
> > ## Menu [End]
> >
> > ## Menu [Begin]
> > lib.subMenu2 = HMENU
> > lib.subMenu2.entryLevel = 2
> > lib.subMenu2.1 = TMENU
> > ## Menu [End]
> 
> Use a COA:
> 
> lib.submenu2 = COA
> lib.submenu2 {
>     10 = HMENU
>     10 {
>         special = list
>         #blah
>     }
>     20 = HMENU
>     20 {
>         entrylevel = 2
>         #blah
>     }
> }
> 
> HTH
> 
> Joey
> 
> -- 
> Wenn man keine Ahnung hat: Einfach mal Fresse halten!
> (If you have no clues: simply shut your gob sometimes!)
> Dieter Nuhr, German comedian
> openBC/Xing: http://www.cybercraft.de
> T3 cookbook: http://www.typo3experts.com
> 
> 
> _______________________________________________
> TYPO3-english mailing list
> TYPO3-english at lists.netfielders.de
> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english


More information about the TYPO3-english mailing list