[Typo3] Quick Link Menu

Daniel Rodriguez daniel_a_rodriguez at yahoo.com.ar
Wed Jan 26 04:07:57 CET 2005


I'm quite confused. Scripting below is from mediatech's nuovo template, an 4 level css driven menu. The goal is to make a directory listing as quicklinks for left menu.
 
Original script works fine but when I add >>>...<<< lines selected item become into menu's root.
 
I really don't get it
 
# Leftside Navigation
#######################################
   subparts.LEFTNAV = HMENU
   >>> subparts.LEFTNAV.special = directory <<<
   >>> subparts.LEFTNAV.value = 14             <<<
   subparts.LEFTNAV.1 = TMENU
   subparts.LEFTNAV.1 {
   NO.allWrap =  <div class="leftnav1"> | </div>
   ACT = 1
   ACT.allWrap = <div class="leftnav1-act"> | </div>
}
# Second level menu-object
#######################################
   subparts.LEFTNAV.2 = TMENU
   subparts.LEFTNAV.2 {
   NO.allWrap =  <div class="leftnav2"> | </div>
   ACT = 1
   ACT.allWrap = <div class="leftnav2-act"> | </div>
}
 
also there is 3rd & 4th level declaration

		
---------------------------------
 250MB gratis, Antivirus y Antispam
 Correo Yahoo!, el mejor correo web del mundo
 Abrí tu cuenta aquí


More information about the TYPO3-english mailing list