[TYPO3] Question about conditions

Andreas Balzer typo3 at andreas-balzer.de
Thu Jan 4 20:28:07 CET 2007


Andreas Balzer schrieb:
> hi!
> I have a question about T3 conditions:
> What condition do I have to use if i want to check in FE for pid 266 and 
> no user logged in?
> The following does not work, because it's executed if a user is logged 
> in too.
> 
> Any idea what's wrong with it?
> 
> 
> [globalVar = TSFE:id = 266]
> [loginUser=*]
> mainWidth = 462
> contentWidth = 462
> teaserbannerlayout =
> [end]
> [end]
> 
> 
> Andreas
solution:

[globalVar = TSFE:id = 266]
[loginUser=*]
[else]
mainWidth = 462
contentWidth = 462
teaserbannerlayout =
[end]
[end]


More information about the TYPO3-english mailing list