[TYPO3] GMENU wrap question

JoH asenau info at cybercraft.de
Fri Mar 23 00:35:55 CET 2007


>> what happens if you break it into two different menus? One for the
>> top level stuff and one for the second level stuff - then add them
>> together in a COA?
>>
>> temp.navigation = COA
>> temp.navigation.10 = top level menu
>> temp.navigation.20 = second level menu
>>
>> Would that help you?
>
> I did that a little bit ago, and yes it was closer however then it
> tried to always show a second level menu. The goal is to only show
> the second level menu when your on a second level page. I think that
> this is just biting me because of the length of this project, and how
> under the gun we are. I'm usually not this thick headed I promise :)

Try using entryLevel within the HMENU setup.
Something like that:

whatever = COA
whatever {
    10 = HMENU
    10 {
        entryLevel = 0
        blah
    }
    20 = HMENU
    20 {
        entryLevel = 1
        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




More information about the TYPO3-english mailing list