[TYPO3] HMENU CURIFSUB ??

Tapio Markula tapio.markula at atwebteam.com
Fri Oct 6 18:23:08 CEST 2006


Aji Johannes kirjoitti:
> Aji Johannes schrieb:
>> 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.


CURIFSUB < .NO
 >>     CURIFSUB  = 1

You must activate *first*

  ACT < .NO is *nonsense*
CURIFSUB < .NO is *nonsense*

if you don't have set NO=1
You can't copy properties for state, which is not active!
Endeed you have define afterward wrap for CURIFSUB

Put always NO=1,
when copy works always ok.



More information about the TYPO3-english mailing list