[TYPO3-content-rendering] second level of menu not showing

Dominik Lenné dlenne at web.de
Tue Apr 15 17:34:11 CEST 2014


Hello there,

I got my first level menu working fine.
Now the second level is not displayed.
With expAll = 1 I want it to be present for all first level items in the html, and then displayed only when active or on hover.
But it is not written into the html code at all.

As always any constructive hint welcome.

------------------------------------------------------------------------------------------------------------

lib.textmenu = HMENU
lib.textmenu {
  1 = TMENU
  1 {
    expAll = 1
    wrap = <ul id="topmenu">|</ul>
    NO = 1
    NO.wrapItemAndSub = <li>|</li>
  }  
  2 = .1
  NO = 1
}
  

page = PAGE
page.10 = TEMPLATE
page.10.template = FILE
page.10.template.file = fileadmin/htmltemplate/trancedance.tpl
page.10.subparts {
   CONTENT < styles.content.get
   TOPMENU < lib.textmenu
}
page.10.workOnSubpart = DOCUMENT

page.shortcutIcon = fileadmin/htmltemplate/Bilder/favicon.ico
page.stylesheet = fileadmin/htmltemplate/css/trancedance.css


More information about the TYPO3-project-content-rendering mailing list