[TYPO3] dynamic navigation for next level of tree

Cate & Peter catepeter at optusnet.com.au
Sat Jul 8 10:53:32 CEST 2006


Hi Bernd

>I have a site with a similar solution. I show all siblings of the actual
>page and all sons of actual page.
>for your needs you should disable level 1 from this typoscript:

Thanks Bernd ... I hacked it a bit, I'm sure it is really ugly, but it works
:)


Leftside Navigation
lib.spokenav = HMENU
lib.spokenav.entryLevel = -2
lib.spokenav.1 = TMENU
lib.spokenav.1 {
        NO {
            doNotShowLink = 1
            }
        ACT < .NO
        ACT = 1
        ACT.doNotShowLink = 1        
        }  

lib.spokenav.2 = TMENU
lib.spokenav.2 {
        SPC = 1
        SPC.doNotLinkIt = 1
        expAll = 0
        NO {
            linkWrap = <li class="leftnav"> | </li>
            }
        }
     }

Cate





More information about the TYPO3-english mailing list