[TYPO3] Typoscript to render images from Media field

Ronald Renfro rr at dreimorgen.com
Mon Nov 26 21:19:35 CET 2007


Hi,

I need a little help with displaying/rendering images from the page  
media field. I would like to render all images that are defined but I  
do not know how to dynamically set the file property of the IMAGE  
cObject.

Thanks!
---

this is my current typoscript:

QUOTES = COA
QUOTES {

	10 = COA
	10 {

		20 = TEXT
		20 {
			data = levelmedia : -1 , slide
			split {
				token = ,
				cObjNum = 1 	

				1 = IMAGE
				1 {
					current = 1
					file = (HOW can I insert uploads/media + current item here?)
					wrap = |					
				}

			}
		}

	}
	
     wrap = <div id="quotes">|</div><br clear="all">
}







More information about the TYPO3-english mailing list