[TYPO3-english] Image from root page media field to all pages
    ktt 
    kestutis98 at yahoo.com
       
    Sat May  7 02:23:33 CEST 2011
    
    
  
Hello,
I try to fetch image from page media field.
   25 = IMAGE
   25 {
         file.import = uploads/media/
         file.import.field = media
         file.import.listNum = 1
      }
How to pass the image from root page media field to each subpage? So each subpage could display the Image from root page media field? 
I tried to use 
      25 = IMAGE
      25 {
            file.import = uploads/media/
            file.import.data = leveluid : 0        
            file.import.field = media
            file.import.listNum = 1
         } 
But it didn't work.
Thank you in advance,
Kast A.
    
    
More information about the TYPO3-english
mailing list