[TYPO3] Hiding not in rootLine n level menu items when n+1 level menu items are showing

Christopher Torgalson bedlamhotel at gmail.com
Mon Feb 18 21:51:52 CET 2008


Hi,

Jan Bednarik wrote:
> Hey,
> 
>> How can I do that?
> 
> I'd create a new setup for HMENU in the 3rd level with this sort of thing:
> 
> menu.1.NO.allWrap = <span style="display: none">|</span>
> menu.1.ACT.allWrap = <span>|</span>
> 
> or more sophisticated:
> 
> menu.1.NO.stdWrap2.override = &nbsp;


I don't have the original message on hand, so I may be answering the 
wrong question, but the above is a bit silly--if you don't want to SHOW 
something, then don't put it there in the first place. Based on the 
sample TS above, the following should work:

menu.1.NO.doNotShowLink = 1
menu.1.ACT.doNotShowLink = 0




-- 
Christopher Torgalson / bedlamhotel at gmail.com


More information about the TYPO3-english mailing list