[TYPO3-formidable] div_rteToHtml and links

Michael Paffrath michael.paffrath at gmail.com
Wed Mar 23 10:02:37 CET 2011


Hi Luc,

that helped a lot.
What also helped was installing the newest version of formidable - i was still working in an old version ... 

Thanks,
Michael

On 21.03.2011, at 16:01, Luc Muller wrote:

> Hi Michael.
> 
> Assuming you're using renderlet:TEXT to display the bodytext of your tt_news this should work fine :
> 
> <renderlet:TEXT name="bodytext" label="bodyText">
> 	<convertfromrte>TRUE</convertfromrte>
> 	<renderonly>true</renderonly>
> 	<readonly>true</readonly>
> </renderlet:TEXT>
> 
> This is going to transform you rte content using :
> 
> $GLOBALS["TSFE"]->tmpl->setup["lib."]["parseFunc_RTE."]
> 
> For now it's only available on rte:text.
> 
> In case it's not working in your version (don't remember in which revision it has been released) it should be present in the current svn revision.
> 
> Hope This Helps.
> 
> Luc
> 
> Le 21/03/2011 11:26, Michael Paffrath a écrit :
>> Hi everyone!
>> 
>> instead of the regular tt_news single view i use a formidable plugin to show the single view.
>> Gives me much more freedom, but i have one little - but significant - problem ...
>> To display the main bodytext i use the function div_rteToHtml. Unfortunately the links in the bodytext are not rendered.
>> I get<link 25="">  instead of a "real" href.
>> 
>> Does anyone know a solution for this?
>> 
>> Kind regards,
>> Michael
> 
> _______________________________________________
> TYPO3-project-formidable mailing list
> TYPO3-project-formidable at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-project-formidable

--
Michael Paffrath Webdevelopment
Wibautstraat 150 (Volkskrantgebouw)
1091GR Amsterdam
+31 61 22 97 498
michael.paffrath at gmail.com



More information about the TYPO3-project-formidable mailing list