[TYPO3] help needed - captions splits??

Chi Hoang chibox at gmail.com
Mon May 8 22:58:25 CEST 2006


> Katja Lampela schrieb:
>> Well - captionSplit has been removed in favor of a split function which 
>> is located directly in caption.

  Dear Katja, Joey is wrong here. That split function simply doesn't 
exist in the static template "content (default)" of T3 4.0.

  You can write this into your TS-Setup:

  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.prepend < temp.myCaption
20.caption >
20.captionSplit >
}
image {
20.1.stdWrap.prepend < temp.myCaption
20.caption >
20.captionSplit >
}



More information about the TYPO3-english mailing list