Hallo zusammen
Vorweg: Dieselbe Frage habe ich auf
http://typo3.net/forum/list/list_post//40021/ gepostet. Ich bin noch in keinem T3-Forum aktiv, was sich aber durchaus ändern könnte.
Ich würde gerne die Shop-Bilder mit Gifbuilder bearbeiten.
Folgendes habe ich probiert (Template-Setup:sad:
Typoscript-Code:
1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: 14: 15: 16: 17: 18:
| temp.image = IMAGE temp.image.file = GIFBUILDER temp.image.file.format = jpg temp.image.file { XY = 100,100 10 = IMAGE 10 < plugin.tt_products.image - ERROR: Line 6: Object copied in this line "10 < plugin.tt_products.image" would leave either the value or properties untouched in TypoScript Version 1. Please check that this is not a problem for you. 10.file.maxW=100 10.file.maxH=25 10.align = c,b 20 = TEXT 20.text = Hello World 20.offset = 10,15 20.niceText = 1 } plugin.tt_products.listImage > plugin.tt_products.listImage < temp.image |
Die Zuweisungen auf Zeile 7 und 18 scheinen nicht zu funktionieren. (Was diese gelbe Fehlermeldung zu bestätigen scheint - nur verstehe ich nicht, was genau der Fehler ist.)
Wennn ich die Zeile 7 kommentiere und 8 entkommentiere, so ist zumindest temp.image ein gültigs IMAGE-Objekt.
Was habe ich falsch gemacht?
Gruss
Adrian