Ronald Renfro
2007-11-26 20:19:35 UTC
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">
}
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">
}