[TYPO3-english] Submenu: on pID X show subpages from pID y instead
Daniel Rutzen
ardan at gmx.net
Fri Sep 18 16:10:53 CEST 2009
Hello,
I have a fine working menu here which just needs one small adjustment:
At the moment I have 2 menus: Horizontal MAINMENU, and a vertical
SUBMENU, which shows the subpages of the current mainpage.
Now, f.e. on page ID 12, instead of showing its own subpages in the
submenu, I would like to show the subpages of pID 20 instead.
How can I do that?
My submenu TS looks like this:
subparts.leftnavi = HMENU
subparts.leftnavi {
entryLevel = 0
1=TMENU
1.NO.doNotLinkIt = 1
1.NO.doNotShowLink = 1
1.ACT=1
1.ACT.wrapItemAndSub = <li>|</li>
1.ACT.doNotLinkIt = 0
1.ACT.doNotShowLink = 0
#show sub menu
2 = TMENU
2.wrap = <ul>|</ul>
2.NO.wrapItemAndSub = <li>|</li>
#CUR Zustand der 2ten Ebene
2.CUR = 1
2.CUR < .2.NO
2.CUR.ATagParams = class="activeleft"
}
More information about the TYPO3-english
mailing list