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

S. Teuber traveler_in_time at gmx.net
Tue Aug 23 17:36:57 CEST 2005


Hi Peter,

>> The extension has it's own RTE configuration. Try something like this
>
> 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.

Since the extension templates 
(ext/fdfx_2cols/ext_typoscript_constants|setup.txt) 
are included *before* any basis templates, the operation

plugin.tx_fdfx2cols_pi1.parser  < tt_content.text.20.parseFunc

is always "executed" before any changes are made to tt_content.text in any 
own basis template. You can check this by using the Template Analyzer. The 
templates provided by an ext_typoscript_*.txt file have white icons and are 
included after the static templates (grey icons with yellow "S"), but 
before the basis templates (white with two red lines on them and a green 
"+" or a blue triangle). At least by default.

So, unless you alter tt_content.text.20.parseFunc in an extension's 
ext_typoscript_*.txt-file *and* include this extension before including 
fdfx_2cols, you need to alter plugin.tx_fdfx2cols_pi1.parser manually in 
your own templates after you made changes to tt_content.text.20.parseFunc.

Greetz,

Sven



More information about the TYPO3-english mailing list