[TYPO3-UG Oesterreich] Bilder selektiv mit GIFBUILDER Objekten ersetzen

Stefan Beylen intsys at swissinfo.org
Wed Jan 3 10:01:44 CET 2007


Martin Wagner schrieb:
>         Funktioniert soweit wunderbar, allerdings wuerde ich diese
>         Aenderung
>         gerne nur im Bereich Standard, d.h. dem Bereich, den ich mit
>         get.Content
>         fetche anwenden. Hat irgendjemand eine Idee?

irgendwie so auf die art:

tt_content.image.20.caption{
	1=CASE
	1.key.field=colPos
	1.2 = COA
	1.2.1=IMAGE
	1.2.1.wrap=<p class="grey">|</p>
	1.2.1.file = GIFBUILDER
	1.2.1.file {
		XY = [20.w]+10,27
		backColor = #bcbec0
		20 = TEXT
		20.text.case=upper
		20.niceText = 1
		20.antiAlias = 1
		20.text.field= imagecaption
		20.fontFile = fileadmin/fonts/helvetica87.ttf
		20.fontColor = #ed1b23
		20.offset=5,17
		20.fontSize=12
	}
	1.0 = COA
	1.0.1=TEXT
	1.0.1.wrap=<p class="transparent">|</p>
	1.0.1.field= imagecaption
}


hierbei gehts allerdings um imagecaptions, aber das typoscript-prinzip 
is gleich...  ;)

0=normal, 2=right

hth


More information about the TYPO3-at mailing list