[TYPO3-english] Displays the alternative page tree in typoscript
Eat Dimanche
dimanche at web-essentials.asia
Wed Sep 29 07:23:29 CEST 2010
Hi all,
Currently I have a problem to display the page tree that has sub levels.
Here is my typoscript:
navigation.footer = HMENU
navigation.footer {
entryLevel = 1
# Level 1
1 = TMENU
1 {
expAll = 1
noBlur = 1
NO = 1
NO {
allWrap = <h3>|</h3>
wrapItemAndSub = <div>|</div>
doNotLinkIt = 1
}
}
2 = TMENU
2 {
wrap = <ul>|</ul>
expAll = 1
noBlur = 1
NO = 1
NO {
stdWrap.htmlSpecialChars = 1
allWrap = <li>|</li>
}
}
3 < .2
3.wrap = <ul>|</ul>
}
The result will display the three levels from the page tree, but not
what I want.
Example: I have 5 pages(level 1) and for each page always has its own
subpages(level 2 & level 3). So, for page 1, 2, 3 and 5 I want display
only level 1 & level 3 and for page 4 I want to display only level 1 &
level 2.
Does anyone have an idea?
Thanks for help,
Dimanche
More information about the TYPO3-english
mailing list