[Typo3] Rich Text Content from FCE not rendered in Frontend (->SOLUTION)

Ralf Rings r.rings at team-netwoks.de
Mon May 9 18:43:58 CEST 2005


hello there,

i think i solved the problem! here is the datastructure xml with the 
relevant bit of typoscript:

<field_body type="array">
	<tx_templavoila type="array">
		<title>Body</title>
		<eType>text</eType>
		<TypoScript>
			<![CDATA[
				10 = TEXT
				10.current = 1
				10.parseFunc = < lib.parseFunc_RTE
			]]>
		</TypoScript>
		<proc type="array">
			<HSC type="integer">0</HSC>
		</proc>
	</tx_templavoila>
	<TCEforms type="array">
		<config type="array">
			<type>text</type>
			<cols>48</cols>
			<rows>5</rows>
		</config>
		<label>Body</label>
	 
<defaultExtras>richtext[*]:rte_transform[flag=rte_enabled|mode=ts_css]</defaultExtras>
	</TCEforms>
</field_body>

maybe someone will find this to be useful ;-)

bye
ralf



Ralf Rings schrieb:
> hi all,
> 
> i am using the RTE in a FCE to enter rich text for a bodytext element. 
> so far so good. there is some transformation taking place between the 
> RTE and the DB. But that works as intended.
> 
> when the content is rendered though, all tags (<p>s, links etc.) are 
> gone. i end up with a long line of text ;-(
> but in the RTE the content look fine.
> 
> the peculiar thing is, that when i'm using "regular" content types (like 
>  "text w/image") the RTE-content is rendered perfectly fine - even when 
> this content is placed inside a FCE-container...
> 
> so i guess, the content from the FCE (as opposed to the "regular" 
> content) is missing some kind of transformation step that is taking 
> place when rendering the content. i just don't know how to get TYPO to 
> treat it like the "regular" content.
> 
> has anyone had a similar problem? and possibly the solution ;-)
> all help is very much appreciated.
> 
> thanks
> ralf rings



More information about the TYPO3-english mailing list