[TYPO3-templavoila] Showing images from "Files"-List in the page	properties
    Karl-Ernst Kiel 
    kekiel at kekiel.de
       
    Tue Feb 28 11:39:42 CET 2006
    
    
  
Hi!
I´m trying to show up files from the page-related file list in TV using 
this:
...
<eType>image</eType>
<TypoScript><![CDATA[
   10 = IMAGE
   10.file.import = uploads/media/
   10.file.import.field = media
   10.file.import.listNum = 0
   10.file.import.data = levelmedia:-1, slide
]]></TypoScript>
...
but no picture appears :-(
Showing a static pic works fine:
...
<eType>image</eType>
<TypoScript><![CDATA[
   10 = IMAGE
   10.file = fileadmin/templates/pathtomyimg/testpic.gif
]]></TypoScript>
...
Any suggestions?
Thanks in advance,
Karl-E.
    
    
More information about the TYPO3-project-templavoila
mailing list