Hi all,

I have the following typoscript:

        10 = IMAGE
        10.file = GIFBUILDER
        10.file {
                XY = 128, 128
                10 = IMAGE
                10.file.import = uploads/tx_templavoila/
                10.file.import.current = 1
                10.file.import.listNum = 0
                10.file.maxW = 128
                10.file.minW = 128
                10.file.maxH = 128
                10.file.minH = 128
                10.file.if = 1
                10.negate = 1
        }

My problem is, if there is_no_ image I want not to display anything.

How can I achiecve this?

I read TSref with if, but it does not work for me.

Anyone help please?

Thanks :-)
_______________________________________________
TYPO3-english mailing list
[email protected]
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english

Reply via email to