[TYPO3-english] HMENU with special = list AND the subpages of the pages listed in special.value

Riccardo De Contardi riccardo.decontardi at bhuman.it
Fri Jul 15 11:27:45 CEST 2011


 > You probably want special=directory
 >
 > Björn

Nope. special=directory would show ONLY the subpages ;) I want a 
two-level menu...
But I figured the answer myself: expAll=1 must be set to 10.1 object, 
not 10.2 :D:D


page.10=HMENU
page.10.special=list
page.10.includeNotInMenu=1
page.10.1=TMENU
page.10.1{
   noBlur=1
   expAll=1
   wrap = <ul> | </ul>
       NO {
         stdWrap.htmlSpecialChars = 1
         ATagParams.dataWrap  = title="{field:title}"
         wrapItemAndSub = <li>|</li>
         }


}

page.10.special.value=1408,1407

page.10.2 = TMENU
page.10.2 {
    noBlur=1
    wrap = <ul> | </ul>
     NO {
         stdWrap.htmlSpecialChars = 1
         ATagParams.dataWrap  = title="{field:title}"
         wrapItemAndSub = <li>|</li>
         }
}

Hope this would of some help and best regards!

--------------------------------------------
Riccardo De Contardi – TYPO3 Certified Integrator
B Human Srl - www.bhuman.it <http://www.bhuman.it>
Via Canzio, 15 - 20131 Milano
TEL +39-02-20.23.271 - FAX +39-02-20.240.561
--------------------------------------------




More information about the TYPO3-english mailing list