[Typo3] 2 Columns Extension (fdfx_2cols) with RTE and CSS?

Peter Russ peter.russ at 4many.net
Mon Aug 22 19:42:56 CEST 2005


S. Teuber wrote:

> Hi Reinhard,
> 
> 
>>1) The RTE ignores custom tags (font, ..) which i've provided in the
>>"Left Column" Part of the "fdfx_2cols" and deletes them with saving. 
>>
>>If I use standard "Text" or "Text/Pic" CTypes the RTE works fine and
>>can handle all my tags. 
> 
> 
> The extension has it's own RTE configuration. Try something like this in 
> any template SETUP area:
> 
> plugin.tx_fdfx2cols_pi1.parser {
>     dontConvBRtoParagraph = 1
>     preserveTags = UL, LI, TYPOCODE, MYTAG, P, Class
>     allowTags = [whichever tags you want to allow]
>     denyTags > (or tags you want to deny explicitly)
>     entryHTMLparser_db = 1
>     entryHTMLparser_db {
>         htmlSpecialChars = -1
>         allowTags = 
> mytag,table,tr,td,div,img,hr,b,i,u,a,br,pre,strong,em,li,ul,ol,h1,h2,h3,h4,
> h5,h6,span,p,b,th 
>     }
> }
> 
> 
> Hope that helps,
> 
> Sven
This is 50 % correct as
plugin.tx_fdfx2cols_pi1.parser  < tt_content.text.20.parseFunc
get its parameters from tt_content.text directly.
It just depends WHEN parser setup is altered and where.

Regs. Peter.

-- 
_____________________________
4Many® Services
openBC: http://www.openbc.com/go/invuid/Peter_Russ



More information about the TYPO3-english mailing list