[TYPO3-german] Resource Bild wird nicht ausgegeben

JoH asenau info at cybercraft.de
Mon Apr 5 10:12:18 CEST 2010


>        beforeImg {
>          XY = 30,30
>          10 = IMAGE
>          10.file {
>            import = uploads/media/
>            import.field = media
>            import.listNum = 0
>          }
>        }

beforeImg ist kein GIFBUILDER-Objekt, weswegen 10 = IMAGE da keinerlei
Effekt haben dürfte.
So sollte das klappen:

beforeImg {
    import = uploads/media/
    import.field = media
    import.listNum = 0
    width = 30c
    height = 30c
}

HTH

Joey

-- 
Wenn man keine Ahnung hat: Einfach mal Fresse halten!
(If you have no clues: simply shut your gob sometimes!)
Dieter Nuhr, German comedian
Xing: http://contact.cybercraft.de
Twitter: http://twitter.com/bunnyfield
TYPO3 cookbook (2nd edition): http://www.typo3experts.com




More information about the TYPO3-german mailing list