[TYPO3] Dropdown menu based on CATMENU?

maaboo maaboo at gmail.com
Thu Sep 4 13:09:52 CEST 2008


Hi!
I have the following dropdown menu:

lib.mainmenu = HMENU
lib.mainmenu.1 = TMENU
lib.mainmenu.1 {
 expAll = 1
 wrap = <UL>|</UL>
 NO.linkWrap = <LI class="tmnu">|</LI>
 IFSUB = 1
 IFSUB {
   wrapItemAndSub = <LI class="tmnu">|<!--<![endif]--></LI>
   stdWrap.wrap =  | <!--[if IE 7]><!-->
   linkWrap = | <!--<![endif]-->
 }
}

It works fine, but doesn't fit into my goal. So i move to CATMENU and wrote:

 displayCatMenu {
 mode = nestedWraps
 catmenu_stdWrap.wrap =

... and here got a stuck, because the construction above with multiple
wraps, linkWraps and wrapItmeAndSubs. I don't understand how to correctly
"convert" my menu with full functionality such as conditional comments.

Can somebody help me? It's critically important. Thanx.
-- 
with respect, MaaBoo
ICQ UIN: 22694713


More information about the TYPO3-english mailing list