[Typo3] Problem with Menu Titles, TMENU hierarchy.
Amir Mualem
amir219 at sbcglobal.net
Thu Oct 13 17:07:02 CEST 2005
Yes! I got it!
After putting some pieces together (Typo3 is like an ongoing scientific
project, lol) I finally got the whole left menu to work the way I want
it to.
Here is the link to the page:
http://www.stratcommandcenter.com/redesign/index.php?id=32
Here is the typoscript for future reference:
# Menu 1 cObject
lib.left_nav = HMENU
# First level menu-object, textual
lib.left_nav.1 = TMENU
lib.left_nav.1 {
expAll = 1
NO.doNotLinkIt = 1
# Normal state properties
NO.allWrap = <div class="menu_title"><h3> | </h3></div>
}
# Second level menu-object, textual
lib.left_nav.2 = TMENU
lib.left_nav.2 {
wrap = <UL> | </UL>
NO.allWrap = <li> | </li>
NO.stdWrap.htmlSpecialChars = 1
}
Thank you Francois!
More information about the TYPO3-english
mailing list