>        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


_______________________________________________
TYPO3-german mailing list
TYPO3-german@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german

Antwort per Email an