[Typo3] Please help with TV and gifbuilder

Jens shocktone at gmx.de
Thu Apr 21 18:04:54 CEST 2005


Hello,

i use the folowing code. The image is created but the text "hallo" does 
not appear in the ouput. Any ideas ?
Thanks very much !


<field_header_image type="array">
                 <tx_templavoila type="array">
                     <title>header_image</title>
                     <sample_data type="array">
                         <numIndex index="0"></numIndex>
                     </sample_data>
                     <eType>image</eType>
                     <TypoScript>
         10 = IMAGE
         10.file = GIFBUILDER
         10.file {
         XY = 858,300
	10 = IMAGE
	10.file.import = uploads/tx_templavoila/
	10.file.import.current = 1
	10.file.import.listNum = 0
	10.file.maxW = 858
         20 = TEXT
         20.current = 1
         20.value = hallo
         20.fontFile = fileadmin/Futuram.ttf
         20.offset = 20, 20
         20.fontSize = 20
         20.fontColor = #000000
         20.niceText = 1

          }

       				</TypoScript>
                 </tx_templavoila>
                 <TCEforms type="array">
                     <config type="array">
                         <type>group</type>
                         <internal_type>file</internal_type>
                         <allowed>gif,png,jpg,jpeg</allowed>
                         <max_size>1000</max_size>
                         <uploadfolder>uploads/tx_templavoila</uploadfolder>
                         <show_thumbs>1</show_thumbs>
                         <size>1</size>
                         <maxitems>1</maxitems>
                         <minitems>0</minitems>
                     </config>
                     <label>header_image</label>
                 </TCEforms>
             </field_header_image>Pl



More information about the TYPO3-english mailing list