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

2008-07-24 Thread Marcus Biesioroff
ellou' you wrote: > Hi > If you read TS_syntax document it'll tell you that you can't use > conditions while in the braces That's what I've missed ;) I was looking in TSRef but with no luck Thanks for suggestions, I've to do my lesson better! > What I'd do is this: > temp.multiNormal = COA

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

2008-07-24 Thread Tyler Kraft
Hi If you read TS_syntax document it'll tell you that you can't use conditions while in the braces What I'd do is this: temp.multiNormal = COA temp.multiNormal { 20 = CONTENT 20 { table = tt_content select.orderBy = sorting select.where = colPos = 0

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

2008-07-24 Thread Marcus Biesioroff
ellou' again you wrote: > 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... Oh I recognized that below code is working. Is this correct??? Sorry for dumb questions, but I

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

2008-07-24 Thread Marcus Biesioroff
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