[Typo3] How to combine two menu types into one

Cyprian Kowalczyk cyprian at pi2.pl
Thu Nov 17 18:45:56 CET 2005


Is there a way to get rid of all pages that have the same topmost parent?

I mean when I use
ACT = 1
ACT.doNotShowLink = 1
for level2+ menus and they all have expAll=1 I can only get rid of the  
pages from the rootLine.
Yet, all the other pages that have the same topmost parent from the  
rootline I try to get rid of, stay.

I would be even satisfy with something like:

<div class="level1">
  Level 1 <--- currently selected menu or one of it's submenus
  <div class="currLevel2Menu"> <--- this is the second div / repeated menu  
I'd like to get
   - Level 2-1
   - Level 2-2
  </div>
  Level 2
  Level 3
  <div class="level2">
   - Level 2-3
   - Level 2-4
   <div class="level3">
    -- Level 3-3
    -- Level 3-4
   </div>
  </div>
</div>

But it means I'd have to wrap the whole current level2 menu in different  
div, than the rest level2-menus....
I can use ACT for each level2 link, but now for all of them...
I'm confused.....

Cyprian



More information about the TYPO3-english mailing list