[TYPO3-english] GIFBUILDER and title wrap
    Kristian Wind 
    kw at hovsa.dk
       
    Mon Nov 30 08:17:53 CET 2009
    
    
  
Hello all!
I'm having a hard time figuring this out. I want to make a front-page image which will combine 2 images and the pagetitle. I can get it to work other places on the website with GMENU and GIFBUILDER, but not when I am only using GIFBUILDER. I have also tried "text.field = title". 
Any ideas?
Thanks!
lib.forsidebillede = IMAGE
lib.forsidebillede {
  file = GIFBUILDER
  file {
   XY = 800,180
   format = png
   5 = IMAGE
   5 {
      file = {$pageheaderdefaultimage}
      file.import.data = levelfield :-1, media, slide
      file.import = uploads/media/
      file.import.listNum = 0
      file.import.override.field = media
      }
 
   10 = IMAGE
   10 {
      file = fileadmin/templates/images/forsidebillede_skygge2.png
      offset = 530,0
      }
   
   15 = TEXT
   15 {
      align = right
      antiAlias = 1
      text.data = page:title       <----- This is the problem I think...
      fontColor = #7a8c99
      fontSize = 24px
      fontFile = fileadmin/templates/fonts/AM263___.TTF
      }
   }
Best regards,
Kristian Wind
kw at hovsa.dk
Tel: +45 40 33 06 85
Lille Elstedvej 13B
DK-8520 Lystrup
Danmark
    
    
More information about the TYPO3-english
mailing list