[TYPO3-german] Typoscript IMAGE Problem

Karsten Vieth k.vieth at gmail.com
Wed Aug 9 22:58:34 CEST 2006


Hallo Liste,

ich bekomme einfach kein IMAGE Objekt mit einerm Bild als Hintergrund
und Text hin.

Folgenden Code hatte ich vorher:
plugin.user_test_pi1.renderCat = IMAGE
plugin.user_test_pi1.renderCat {
  altText.field = categorie
  file = GIFBUILDER
  file {
    XY = 105,25
    backColor = #000000
    10 = TEXT
    10 {
       align = center
       offset=2,19
       text.field = categorie
       niceText = 1
       fontFile = fileadmin/fonts/arial.ttf
       fontColor = #FFC78D
       fontSize = 18
       shadow {
         offset=1,2
         color = #717171
         opacity=60
         blur=2
         }
     }
  }
}

Nach dem Umbauen bin ich zu folgendem Code gekommen:
plugin.user_test_pi1.renderCat = IMAGE
plugin.user_test_pi1.renderCat {
  altText.field = categorie
  file = fileadmin/catimage.png
  XY = 105,25
  backColor = #000000
  10 = TEXT
  10 {
       offset=2,19
       text.field = categorie
       niceText = 1
       fontFile = fileadmin/fonts/morpheus.ttf
       fontColor = #FFC78D
       fontSize = 18
   }
}

Leider wird mit dem Code nur das Hintergrundbild und der Alttext angezeigt.

Danke im voraus

   Karsten Vieth



More information about the TYPO3-german mailing list