[TYPO3] Conditionals - what am I not doing correctly

La Farge Douglas doug at gcnpublishing.com
Thu Aug 28 00:06:56 CEST 2008


Thanks. that was the problem.
I went with:


> temp.top_nav = HMENU
> temp.top_nav {
>   special = list
> }
> [loginUser = *]
>   temp.top_nav.special.value = 9,456,227,423,426
> [ELSE]
>  temp.top_nav.special.value = 9,456,227,423
> [END]




On Aug 27, 2008, at 3:18 PM, Andreas Burg wrote:

> Hello Doug,
>> temp.top_nav = HMENU
>> temp.top_nav {
>> special = list
>> [loginUser < 1]
>>  special.value = 9,456,227,423,426
>> [END]
>> [loginUser > 0]
>>  special.value = 9,456,227,423
>> [END]
>> }
>
> I think you can not use conditions between brackets, try this
>
> temp.top_nav = HMENU
> temp.top_nav {
>   special = list
> }
> [loginUser < 1]
>   temp.top_nav.special.value = 9,456,227,423,426
> [END]
> [loginUser > 0]
>   temp.top_nav.special.value = 9,456,227,423
> [END]
>
> or this
>
> temp.top_nav = HMENU
> temp.top_nav {
>   special = list
>   special.value = 9,456,227,423,426
> }
> [loginUser > 0]
>   temp.top_nav.special.value = 9,456,227,423
> [END]
> _______________________________________________
> TYPO3-english mailing list
> TYPO3-english at lists.netfielders.de
> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english

-+-+-+-+-+-+-+-+-+-+-+-+-+
Doug La Farge
doug at gcnpublishing.com
203.665.6211 x209 (w)
928.699.0663 (c)



More information about the TYPO3-english mailing list