[TYPO3] 3rd level pages

Andreas Burg typo3 at andreasburg.de
Mon Aug 4 15:26:45 CEST 2008


Sergio Catalá Gil schrieb:
> I use the following TS code to show the actual section I'm in: 
> 
> temp.title = HMENU
> temp.title {
> 	special = rootline
> 	special.range = 1|
> 	1 = TMENU
> 	1 { 
> 		NO {
>   			linkWrap = <span class="blue">&gt;</span> <span class="link"> |
> </span>
> 		}
> 	}
> }
> 
> Everything works perfectly for the rootline and the next level: it shows
> the links of the sections I'm in. But if I'm in a 3rd level page,
> (Level1 > Level2 > Level3) it doesn't show it with this code... I've
> been studying in the TSREF manual the property "range" (I think this is
> the property I have to deal with) but I can't see what I'm doing
> wrong...
> 
> Anybody?
> 
> Thanks in advance, 
> Sergio
> 
Hello Sergio,

perhaps you just need to define the other levels by copying the first level into them.

1 = TMENU
1 {
   NO {
     linkWrap = <span class="blue">&gt;</span><span class="link">|</span>
   }
}
2 < .1
3 < .1

Andreas


More information about the TYPO3-english mailing list