[TYPO3] Minor menu problem

Kimmo Helle kimmo.helle at paitsio.com
Fri Dec 22 16:34:31 CET 2006


Hi all,

I have a small problem with my menu. I got two menus on top of each other.
They basically work ok otherwise, but the one below has the same root link
as the menu above. Here are the menus:

http://www.f1-online.fi/tallit/toyota-f1/

The first one is ok as it has F1-Online.fi as the root link, but I'd like to
get the second one to show Toyota instead, which is the "root of 2nd level".
All the other teams have the same issue.

The typoscript for the menu below is:

# Top Navigation
lib.menu_2 = COA
lib.menu_2.20 = HMENU
lib.menu_2.20.entryLevel = 2
#lib.menu_2.20.special = rootline
#lib.menu_2.20.excludeUidList = {$menu_1excludeUidList}
lib.menu_2.20.1 = TMENU
lib.menu_2.20.1 {
    noBlur = 1
    expAll = 1
    NO.ATagTitle.field = title
    wrap = <ul id="nav3"> | </ul>
    NO.wrapItemAndSub = <li> | </li>
}

lib.menu_2.20.2 = TMENU
lib.menu_2.20.2 {
    noBlur = 1
    expAll = 1
    NO.ATagTitle.field = title
    wrap = <ul>|</ul>
    NO.wrapItemAndSub = <li>|</li>

    SPC=1
    SPC.doNotLinkIt=1
    SPC.wrapItemAndSub = <li class="spc">|</li>
}

lib.menu_2.10 < lib.menu_2.20
lib.menu_2.10.special = rootline
lib.menu_2.10.2 > 
lib.menu_2.10.1.wrap = <ul id="nav4"> | </ul>
lib.menu_2.10.maxItems = 1

I hope some one can help me out.

Cheers & Merry Christmas,
Kimmo Helle



More information about the TYPO3-english mailing list