[Typo3-german] tt_news Bilder mit GIFBUILDER manipulieren

Christoph Mayer typo3 at php-design.de
Fri Dec 16 14:54:50 CET 2005


>Kann mir jemand eine Tip geben, wie ich die Grafiken per GIFBUILDER 
>manipulieren kann.

Hallo Maik

Um den Titel bei den News mit zu rendern, verwende ich folgenden TS.
Vielleicht hilft dir das weiter. 

plugin.tt_news {
  displaySingle{
    title_stdWrap.cObject = IMAGE
    title_stdWrap.cObject {
      file = GIFBUILDER
      file {
        XY = 510, [10.h]+6
        backColor = #F3F3F3
        10 = TEXT
        10{
          text.field = title
          text.case = upper
          text.listNum = 0
          text.listNum.splitChar = |
          fontFile = t3lib/fonts/arial.ttf
          fontColor = #000000
          fontSize = 23
          niceText = 0
          offset = 0, 25
        }
      }
    }
  }
}


Gruß
- Christoph -




More information about the TYPO3-german mailing list