[TYPO3-english] It is possible combine optionsplit with copy operator

Matyi Gábor gmatyi at freemail.hu
Tue Jan 3 21:29:48 CET 2012


Hi All!

My main menu looks like so:

temp.thirdlevel.1 = TMENU
temp.thirdlevel.1.wrap = <dl>|</dl>
temp.thirdlevel.1{
noBlur=1
expAll = 1
NO{
wrapItemAndSub = <dt>|</dt><dd>Menu info info info</dd>
}
}

temp.thirdlevel.2 = TMENU
temp.thirdlevel.2.wrap = <ul>|</li>
temp.thirdlevel.2{
noBlur=1
expAll = 1
NO{
wrapItemAndSub = <ul>|</li>
}
}

# main menu
lib.mainmenu = HMENU
lib.mainmenu {
entryLevel=0
excludeUidList = 10,11
1 = TMENU
1.wrap = <ul>|</ul>
1{
noBlur=1
expAll = 1
NO{
wrapItemAndSub = <li>|</li>
}
ACT=1
ACT{
wrapItemAndSub = <li class="sel">|</li>
}
CUR=1
CUR{
wrapItemAndSub = <li class="sel">|</li>
}
}
2 = TMENU
2.wrap = <ul>|</ul>
2{
noBlur=1
expAll = 1
NO{
wrapItemAndSub = <li>|</li>
}
ACT=1
ACT{
wrapItemAndSub = <li class="sel">|</li>
}
}
3 < temp.thirdlevel.1 |*| temp.thirdlevel.2
}


on the third level the first and second menu item are different.

My question, how to solve this?

3 < temp.thirdlevel.1 |*| temp.thirdlevel.2

makes not that what I'd like.

Has anybody any idea?

Thanks in advance

Regards
Gabor Matyi


More information about the TYPO3-english mailing list