[TYPO3] treeLevel problem, (am I right?)

Marcus Biesioroff vsbies at wp.pl
Thu Jul 24 18:19:43 CEST 2008


ellou' List!

I'm trying use a treeLevel to add some functions only on pages of
certain level ... :) (that's natural)

But... unfortunately it doesn't seems to work...

As far as I can understand the following code should show the text
before the main content (TEST OF...), and it does, but at EVERY
level.

Where am I wrong, did I miss something?

My TS:

multiNormal = COA
multiNormal {

[treeLevel = 5]
  10 = TEXT
  10.value = TEST OF TREELEVEL
[global]
  
  20 = CONTENT
  20 {
    table = tt_content
    select.orderBy = sorting
    select.where = colPos = 0
    select.languageField  = sys_language_uid
  }
}



-- 
greets,
 Marcus 'biesior' Biesioroff




More information about the TYPO3-english mailing list