[TYPO3] HMENU CURIFSUB ??

Aji Johannes aji.yahya at gmail.com
Fri Oct 6 14:49:51 CEST 2006


Hallo List,
i have a special menu and i want to make something like this:


	NO{
		linkWrap = <li>|</li>
	}
	ACT < .NO
	ACT = 1
	ACT{
		linkWrap = <li>|</li>
	}
	
	
	
	CURIFSUB < .NO
	CURIFSUB  = 1
	NO.doNotShowLink=1
         NO.doNotLinkIt=1
	CURIFSUB{
	
		linkWrap = <li>|</li>
	}

when i click on level 2 if the menu point have sub menu ,should hide 
another points of the same level. like this:


-menu 1 (ACT)
   -menu 1.2(ACT)
     -menu 1.2.1
     -menu 1.2.2
     -menu 1.2.3
   -menu 1.3
   -menu 1.4
-menu 2
-menu 3

and want to make it like this:

-menu 1 (ACT)
   -menu 1.2(ACT)
     -menu 1.2.1
     -menu 1.2.2
     -menu 1.2.3

-menu 2
-menu 3

if you see the -menu 1.3 -menu 1.4 are hided because  -menu 1.2 is active.

with:
CURIFSUB < .NO
	CURIFSUB  = 1
	NO.doNotShowLink=1
         NO.doNotLinkIt=1
	CURIFSUB{
	
		linkWrap = <li class="ebene-2-ACT">|</li>
	}
doesnt work fine, any idea plz help!!!

regard
Johannes



More information about the TYPO3-english mailing list