[TYPO3] Help with HMENU menu items!
Matthew Runo
matthew at somethingbig.org
Mon Feb 6 21:50:13 CET 2006
I have converted my code for the side menu to the following....
page.11 = HMENU
page.11 {
if {
value = 1
equals.field = uid
negate = 1
}
entryLevel = -1
wrap = <ul class="csc-menu">|</ul>
1 = TMENU
1.collapse = 0
1.NO {
expAll = 1
linkWrap = <li>|</li>
}
1.ACT < 1.NO
1.ACT = 1
1.ACT {
expAll = 1
linkWrap = <li>|</li>
}
}
I still need it to generate a list of elements at-or-below the current
page's level in the tree.
--Matthew
More information about the TYPO3-english
mailing list