[TYPO3] Need help with a conditional...

Christopher Torgalson bedlamhotel at gmail.com
Thu Oct 4 07:32:55 CEST 2007


Hi,

On 10/3/07, Christoph Moeller <moeller at network-publishing.de> wrote:
> Hi Timothy,
>
> Timothy Patterson wrote:
> > [TSFE:page|doktype = 123]
> >     ACT.doNotLinkIt = 1
> > [global]
>
> The path isn't right, this way. TYPO3 needs you to add the full array
> key inside condition statements, below the full actual TMENU setup
> that's supposed to work if the condition doesn't match:
>
> [TSFE:page|doktype = 123]
> your.tmenu.key {
>       ACT.doNotLinkIt = 1
> }
> [global]


This is true, but won't solve the problem; there is no such condition
as 'TSFE'. TSFE is available as part of the globalVar condition:

lib.something = foo
[globalVar = TSFE:page|doktype=123]
  lib.something = bar
[global]


-- 
Christopher Torgalson
http://www.typo3apprentice.com/


More information about the TYPO3-english mailing list