[Typo3] textformatting with tx_julleevents
Peter Klein
peter at umloud.dk
Thu Mar 3 16:06:54 CET 2005
"Michael Reichart" <michael.reichart at seam.at> skrev i en meddelelse
news:mailman.32.1109861584.21989.typo3-english at lists.netfielders.de...
> hi,
>
> we're using tx_julleevents, but are experiencing a little problem at the
> frontend when displaying a single event.
> unfortunatly the content which we insert in the backend form is displayed
> just as text without any formatting which is done in rte.
> no links or other formatting such as typolist are displayed.
> any ideas to fix this?
Hi Michael. I haven't tried julle_events, but I have experinced a similar
problem on other extensions.
Try parsing your content thru the "parseFunc" function.
Example:
-- cut --
10 = TEXT
10.field = bodytext
#10.parseFunc < lib.parseFunc_RTE
10.parseFunc < lib.parseFunc
-- cut --
If "lib.parseFunc" doesn't do anything, try "lib.parseFunc_RTE"
Let me know if it works..
--
Peter Klein/Umloud Untd
More information about the TYPO3-english
mailing list