[TYPO3] need help with if condition

Peter Klein peter at umloud.dk
Wed Apr 5 13:29:16 CEST 2006


Hi Steffen.

Your 2nd "if" just overrides the 1st one. If you want to use more than one 
"if", then you'll have to enclose the object in a COA for each "if".

-- 
Peter Klein/Umloud Untd

"Steffen" <stema at web.de> skrev i en meddelelse 
news:mailman.1.1144228372.13995.typo3-english at lists.netfielders.de...
>
> hello,
>
> i would like to wrap an menuitem depending on the number of subpages and 
> the title of the menuitem
>
> 10.if {
>       value = title1,title2
>       isInList.field = title
>    }
> 10.if {
> numRows{
> table=pages
> select.pidInList.data = leveluid:-1
> }
> isGreaterThan = 2
> }
>
> however, this does not work :(
> do you have any ideas?
>
> thanks a lot...
> steffen
>
>
> -- 
> Using Opera's revolutionary e-mail client: http://www.opera.com/mail/ 





More information about the TYPO3-english mailing list