[TYPO3] help needed - captions splits??

Chi Hoang chibox at gmail.com
Tue May 9 01:20:34 CEST 2006


Katja Lampela schrieb:
> Thank you very much for reply. I tested your code and it worked fine - 
> though the captions were above the pictures (this is probably changeable ).

To append captions please write this:

  temp.myCaption = COA
  temp.myCaption {
  1.if.isTrue.field = imagecaption
  1 = TEXT
  1.field = imagecaption
  1.listNum.splitChar = 10
  1.listNum.stdWrap.data = register : IMAGE_NUM
  1.parseFunc < styles.content.parseFunc
  1.wrapAlign.field = imagecaption_position
  1.wrap = |<br>
}

tt_content {
textpic {
20.1.stdWrap.append < temp.myCaption
20.caption >
20.captionSplit >
}
image {
20.1.stdWrap.append < temp.myCaption
20.caption >
20.captionSplit >
}



More information about the TYPO3-english mailing list