[TYPO3-project-formidable] Problems to show a RTE filed with tag "link"
Jerome Schneider
typo3dev at ameos.com
Tue Mar 10 11:56:35 CET 2009
Hi Manuel,
there's the div_rteToHtml() method in tx_ameosformidable; use it like this:
$sHtml = $this->div_rteToHtml($sHtml);
And if you're working at template level, you might try:
{myfield.rteToHtml()}
I hope that this is enough for converting the links. If not, we'll have
to make things a bit better :)
Regards,
Jerome
Manuel Rego Casasnovas a écrit :
> Hello,
>
> I'm trying to show a RTE field from the tt_news table in a
> renderlet:LISTER.
>
> And I have a problem with the links, because of the content stored on
> the database uses a "link" tag instead of HTML tags.
>
> Anybody knows the function to transform this content to HTML.
>
> I've tried the function "t3lib_parsehtml_proc::TS_links_rte" but I get
> an error:
> Call to undefined method tempcl49b6453fe09be::TS_AtagToAbs()
>
> Thanks,
> Rego
More information about the TYPO3-project-formidable
mailing list