[Typo3] Problem with Menu Titles, TMENU hierarchy.

Amir Mualem amir219 at sbcglobal.net
Thu Oct 13 16:41:34 CEST 2005


Francois Suter wrote:
> Hi,
> 
>> # Menu 1 cObject
>> lib.left_nav = HMENU
>>
>>
>> # First level menu-object, textual
>> lib.left_nav.1 = TMENU
>> lib.left_nav.1 {
>>
>> # Normal state properties
>> NO.allWrap = <div class="menu_title"><h3> | </h3></div>
>>
>> }
> 
> 
> NO.doNotLinkIt = 1
> 
>> # Second level menu-object, textual
>> lib.left_nav.2 = TMENU
>> lib.left_nav.2 {
>> target = page
>> # Normal state properties
>> wrap = <li> | </li>
> 
> 
> NO.allWrap = <li> | </li>
> 
> maybe?
> 
>> # Enable active state and set properties:
>> ACT = 1
>> ACT.stdWrap.htmlSpecialChars = 1
>> ACT.allWrap = <li class="level_two"><div class="active"> | </div></li>
>> }
> 
> 
> HTH
> 
> François Suter
> Directeur technique
> -----------------------------------------------------
> Cobweb Development Sàrl
> www.cobweb.ch
> -----------------------------------------------------

Thank you François!

That snippet worked for the menu titles and no links, I am still however 
having a hard time showing the second level links for some reason.



More information about the TYPO3-english mailing list