[TYPO3] Independent horizontal and a vertical menu

Nick Weisser typo3 at openstream.ch
Thu Jan 18 17:05:38 CET 2007


Tim Boesenkool wrote:
> I'm dealing with a similar issue. Would you mind elaborating on your
> solution a bit more please?

I'm not sure what exactly you want me to elaborate on, but here's the 
TypoScript I'm using for the vertical menu:

temp.col1_content = COA
temp.col1_content {
   20 = HMENU
   20 {
     wrap = <div class="mainMenu">|</div>
     special = directory
     special.value = 75
     1 = TMENU
     1 {
       expAll = 1
       noBlur = 1
       wrap = <ul>|</ul>
       IProcFunc = user_IProc_dfn
       NO = 1
       NO.ATagTitle.field = abstract // description // subtitle
       NO.allWrap = |<span class="hidden">.</span>
       NO.wrapItemAndSub = <li>|</li>
       NO.stdWrap.htmlSpecialChars = 1
       NO.linkWrap = {$mainMenuLinkWrap}
       NO.ATagBeforeWrap = 1
       CUR < .NO
       CUR = 1
       CUR.allWrap = <strong>|</strong><span class="hidden">.</span>
       CUR.wrapItemAndSub = <li>|</li>
       CUR.doNotLinkIt = 1
       CUR.stdWrap.htmlSpecialChars = 1
       IFSUB = 1
       IFSUB < .NO
       IFSUB.linkWrap = {$mainMenuIfsubLinkWrap}
     }
     2 < .1
     3 < .1
     4 < .1
   }

I hope this helps.
-- 
Nick Weisser
Openstream Internet Solutions
http://www.openstream.net


More information about the TYPO3-english mailing list