[TYPO3] problem with the CONTENT object and the .if stdWrap property

Christopher Torgalson bedlamhotel at gmail.com
Tue Jun 17 21:05:05 CEST 2008


On Tue, Jun 17, 2008 at 8:53 PM, Peter Klein <peter at umloud.dk> wrote:
> Hi Cohn.
>
> Try changing:
>
>    10.value < temp.getRandomImage
>
> Into:
>
>    10.value.cObject < temp.getRandomImage


Whoops :)

If it's a TEXT cObject (see original message), that line should be:

10.cObject < temp.getRandomImage

If it's an HTML cObject, it should be what you said:

10.value.cObject < temp.getRandomImage



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


More information about the TYPO3-english mailing list