well there are all kinds of ways you can do that - using conditionals 
would be one way, but then you rely on the menu and page depth. The way 
I would probably try it is a combination of the first menu with only one 
level and then the first menu with two layers and some ts setting to hid 
the first level in that case.

temp.navigation = COA
temp.navigation.10 = level one gmenu here
temp.navigation.20 = HMENU
temp.navigation.20{
        ....
        1=TMENU
        1{      
                NO.doNotShowLink=1
                NO.doNotLinkIt=1
                NO.allWrap=|
        }
        2=GMENU
        2{
                place level two gmenu here
        }
}

just a quick thought.




Benjamin Harwell wrote:
> 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 :)
> 
> Thanks!
> 
> On 3/22/07, Tyler Kraft <[EMAIL PROTECTED]> wrote:
>>
>> 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?
>> _______________________________________________
>> TYPO3-english mailing list
>> TYPO3-english@lists.netfielders.de
>> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
>>
_______________________________________________
TYPO3-english mailing list
TYPO3-english@lists.netfielders.de
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english

Reply via email to