[TYPO3-english] level media slide

Aneta Jaroslava aneta2000 at hotmail.com
Mon Aug 17 08:09:51 CEST 2009


Hi all,

I am using this for getting the file resource of one page.
So I can have different bg images in diferent pages.

The problem is, that the following TS gives me back,  the complete image  
tag.

lib.emotional = IMAGE
lib.emotional {
   listNum = 0
   file {
     maxH   = {$MAXHEIGHT}
     maxW   = {$MAXWIDTH}
     import = uploads/media/
     import {
       data = levelmedia: -1, slide
       listNum = 0
     }
   }
}

But I am using TV and I map this to an attribute style="".
So it is necessary for me, that I only get back the complete image name  
with "uploads/media" prepended.

I tried to use TEXT instead of image, bu that does not work.

Any ideas?

Thanks


More information about the TYPO3-english mailing list