[Typo3] 2nd level-menu behaviour

Eva Gabriel saya.cinta at gmail.com
Thu Jul 7 11:43:56 CEST 2005


Hi mamax, here is my menu and it works :

lib.leftmenu =HMENU 
lib.leftmenu.entryLevel = 1
lib.leftmenu.1 =TMENU
lib.leftmenu.1 { 
 NO.allWrap =<div class="leftnav">|</div> 
 ACT =1 
 ACT.allWrap =<div class="leftnav_act">|</div> 
 }
lib.leftmenu.2 =TMENU 
lib.leftmenu.2 { 
 NO.allWrap =<div class="leftnav1">|</div> 
 ACT =1  
 ACT.allWrap =<div class="leftnav1">|</div> 
 } 

hope it helps

otherwise, you can find an example (very similar to min) in tutorial MTB1
http://typo3.org/documentation/document-library/doc_tut_templselect/Creating_the_menu/

Saya

2005/7/6, mamax <markus.massak at dataport.at>:
> sorry, the range parameter is only for rootlevel (breadcrumb) mode.
> 
> "mamax" <markus.massak at dataport.at> schrieb im Newsbeitrag
> news:mailman.1.1120591420.12787.typo3-english at lists.netfielders.de...
> > thanks eric,
> >
> > according to the reference this should work, too, but it still doesn't
> stick
> > to the 2nd level.
> > the behaviour didn't change. the menu still follows navigation down to
> level
> > 3, etc.
> >
> > (stepping down would not be my problem, since i don't have a 3rd level
> > except in my testcase.
> > but when i click on an entry in the 2nd level, the menu disappears (as
> there
> > are no more pages beneath the selected page).
> >
> > are there better docs about the special.range parameter?
> > how can i make this parameter let the menu stay only!!! in level 2?
> >
> >
> >
> > "Miller, Eric A." <EricMiller at creighton.edu> schrieb im Newsbeitrag
> > news:mailman.2169.1120578679.7526.typo3-english at lists.netfielders.de...
> > Instead of using entry-level use range = 1 | -1
> >
> > -----Original Message-----
> > From: typo3-english-bounces at lists.netfielders.de
> > [mailto:typo3-english-bounces at lists.netfielders.de] On Behalf Of mamax
> > Sent: Tuesday, July 05, 2005 10:47 AM
> > To: typo3-english at lists.netfielders.de
> > Subject: [Typo3] 2nd level-menu behaviour
> >
> > Hi group,
> >
> > I have a 2 level menu.
> > When selecting an entry in the 2nd level, the page opens and the 2nd
> > level-menu doesn't show its entries any more.
> >
> > (I had a try and added a 3rd level-page. The result was a 2nd level-menu
> > that acted as a 3rd level menu when a level2-page is active)
> >
> > How can I configure the 2nd level-menu to only and always display the
> > 2nd level?
> >
> > These are the relevant template entries
> >
> >   MENU1 = HMENU
> >   MENU1.special = directory
> >   MENU1.special.value = 2
> >   MENU1.1 = TMENU
> >   MENU1.1.NO = 1
> >
> >   MENU2 = HMENU
> >   MENU2.special = directory
> >   MENU2.entryLevel = 1
> >   MENU2.1 = TMENU
> >   MENU2.1.expAll = 1
> >   MENU2.1.NO = 1
> >
> >
> > --
> > Markus Massak
> > dataport IT.Netzwerk
> >
> > www.dataport.at
> >
> >
> >
> > _______________________________________________
> > Typo3-english mailing list
> > Typo3-english at lists.netfielders.de
> > http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
> >
> >
> 
> _______________________________________________
> 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