[TYPO3] GIFBUILDER not fetching title field (blank)

Neil Bertram neil at nospam.tasmanstudios.co.nz
Tue Apr 4 04:28:11 CEST 2006


Hi!

I'm trying to build a GIF of the page title using GIFBUILDER, mapped as 
a TypoScript library in the TemplaVoila template. The code (in the site 
typoscript setup template) is:

lib.pagetitle = IMAGE
lib.pagetitle {
	altText.field = title
	params = id="titleImage"
	file = GIFBUILDER
	file {
		XY = 300,20
		backColor = #E7E7E7
		offset = 0,15
		10 = TEXT
		10 {
			text.field = title
			fontColor = #565656
			fontSize = 18
			fontFile = fileadmin/templates/fonts/SSWR.TTF
			antiAlias = 1
		}
	}
}

The image is rendering, but it's blank. The alt text is correctly set to 
the page title, but the text on the gif is blank. If I set text = foo, 
then it renders "foo" fine.

Any ideas? Is this templavoila related?


Thanks!

Neil



More information about the TYPO3-english mailing list