Hallo zusammen,
ich möchte die Überschrift, welche ich im tt_news Plugin erfasst habe, an einer bestimmten Stelle ausgeben.
hier hab ich mein TypoScript Code, welcher den Subtitle grafisch ausgibt. Nun möchte ich aber nicht den Subtitle sondern die tt_news Überschrift.
Typoscript-Code:
1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: 14: 15: 16: 17:
| temp.linkstitel = IMAGE temp.linkstitel { file = GIFBUILDER file { XY = [10.w]+20,20 backColor = #ffffff transparentColor = #ffffff 10 = TEXT 10.text.field = subtitle 10.fontSize = 12 10.offset = 0,18 10.fontFile = fileadmin/fonts/helr68w.ttf 10.fontColor = #881117 10.niceText = 1 } } |
kann mir da jemand weiterhelfen?