[Typo3] dynamic generating images with gifbuilder

fellnets fellnets at hotmail.com
Thu Oct 27 10:44:11 CEST 2005


Hello,

i want to generate an image with three layers: background color, one image
and on the top a text.

but my problem is if i view it on the browser, i see no image. Quasi typo3
forget the image when it create the webpage.

i marked the position with a line full of #### at the begin and at the end.

Please help

yours sincerly

fellnets

here i post the code:
/*
# Change the default cache period to delete
config.cache_period = 1800
*/

# Default PAGE object:
page = PAGE
page.typeNum = 0

# set default site properties
page.bodyTag = <body bgcolor="#f2f2f2" topmargin="0" leftmargin="0">
page.meta{
AUTHOR = fellnets
DESCRIPTION = This Webpage is relaised with Typo3 3.8
PRODUCTS = Semiramis / CIS AG, ASSIST4 / AEB, infra:NET / INFRA
}

# Integration of the design-model
page{
10 = TEMPLATE
10.template = FILE
10.template.file = fileadmin/templates/template_002.html
10.workOnSubpart = DOCUMENT

10.marks{
BOTTOMLINE = TEXT
BOTTOMLINE.data = date: H:i:s | d.m.Y
BOTTOMLINE.wrap = <b>|</b>

# integrate the banner
BANNER = IMAGE
#BANNER.file = fileadmin/images/Banner_gross_oben.png
BANNER.file = GIFBUILDER
BANNER.file{
XY = 985, 90
backColor = #f2f2f2
10 = IMAGE
10.file = fileadmin/images/fileadmin/images/Banner_gross_oben.png
}

BANNER_NAVI = IMAGE
BANNER_NAVI.file = GIFBUILDER
################################################################################################
BANNER_NAVI.file{

XY = 985, 100
backColor = #697dee

10 = IMAGE
10.file = fileadmin/images/LF.jpg

20=TEXT
20.text = Hallo Thomas
20.fontFile = fileadmin/fonts/verdana.ttf
20.fontSize = 20
20.fontColor = black
20.niceText = 0
20.offset = 10,30

30 = TEXT
30.text.field = title

30.fontFile = fileadmin/fonts/verdana.ttf
30.fontSize = 20
30.fontColor = black
30.niceText = 0
30.offset = 10,50
}
################################################################################################
}
}
page.20 = IMAGE
page.20.file = GIFBUILDER
page.20.file{
XY = 200,100
10 = IMAGE
10.file=fileadmin/images/LF.png
}






More information about the TYPO3-english mailing list