[TYPO3-ttnews] Rendering additional rich text field
Matthias Kurz
mk at mediamachine.de
Wed Mar 14 11:17:53 CET 2007
Hi list,
I am sure it is no big deal, but I am to blind to see it. I added some
addional fields via "example_itemMarkerArrayFunc.php". Everything works
fine, only the Rich Text output is not rendered properly: Links are not
redered with a-tag and there are no p-tags.
My code:
$markerArray['###TEXTFELD###'] = '';
if ($row['user_textfeld']!='') {
// fills the marker
$markerArray['###TEXTFELD###'] .=$row['user_textfeld'];
} else { // empty
$markerArray['###TEXTFELD###']='';
}
Where is my mistake?
Thanks in advance, Matthias
More information about the TYPO3-project-tt-news
mailing list