Hi friends,

I do have here a good peace of TS. It's reading images out of a Content Element and showing it in the wrap part. But what I really can't find out, how to fill the values of imagecaption fields in the placeholder {CAPTION}.
It seems also that this has changed in TYPO3 v 6.1.1.

temp.SLIDER2 = CONTENT
temp.SLIDER2 {
 table = tt_content
 select.orderBy = sorting
 select.where = colPos = 1

 renderObj = COA
 renderObj {
  1 = TEXT
  1.field = image
  1.required = 1
  1.split {
   token = ,
   cObjNum = 1
   1 {
    10 = IMAGE
    10 {
     file {
      import = uploads/pics/
      import.current = 1
      height = 460
      width = 950
     }
     wrap=<li>|<div class="banner"><p>{CAPTION}</p></div></li>
    }
   }
  }
 }
}

Does somebody have an idea? Thanks in advance.

Denny
_______________________________________________
TYPO3-english mailing list
[email protected]
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Reply via email to