[TYPO3] links in ext RTE field

Patrick Broens patrick at patrickbroens.nl
Wed Dec 13 15:27:03 CET 2006


Hi Sander,

Although you have a working RTE in the backend, it doesn't mean it is 
working in the frontend. Function $this->pi_RTEcssText() will process 
the input string with the parseFunc function from tslib_cObj based on 
configuration set in "lib.parseFunc_RTE" in the current TypoScript 
template. This is useful for rendering of content in RTE fields where 
the transformation mode is set to "ts_css" or so. Notice that this 
requires the use of "css_styled_content" to work right.

Pass your content from the database through this function.

Patrick

Sander van Gelderen wrote:
> Hello list,
> 
> I have developped an extension that adds a table, one of the table's fields
> is of type 'Text Area with RTE'.
> 
> All is well, except that links created in the editor are ignored when
> rendering the frontend.
> The editor appears to work in the backend, it has all my styles, button's,
> etc as I have configured.
> My regular Content elements 'text with image, etc' do not show this problem.
> Both RTEs (extension and normal CE) look exactly alike, and links can be
> created and saved in both of them.
> 
> Should I have chosen a different 'Rich Text Editor Mode' in the kickstarter
> for that field?
> 
> Thanks for any help,
> 
> Sander
> 
> 
> 
> 


More information about the TYPO3-english mailing list