[TYPO3] RTE keeping absolute src's

Oliver Rowlands oliver at liquidlight.co.uk
Tue May 20 20:01:08 CEST 2008


Hi Antonio,

It is normal that the field appears twice.

In the ["types"]["0"] array replace:

entradilla_es;;;richtext[*]

by:

entradilla_es;;;richtext[paste|bold|italic|underline|formatblock|class|left|center|right|orderedlist|unorderedlist|outdent|indent|link|image]:rte_transform[mode=ts]

You might want to do the same with the other RTE fields as well.

Best regards,

Oliver

Antonio Reher wrote:
> I'm looking at TCA.php in my extension directory and the problem field 
> is mentioned twice:
 >
>        "entradilla_es" => Array (                  "exclude" => 1,       
>            "label" => 
> "LLL:EXT:safelayer/locallang_db.xml:tx_safelayer_eventos.entradilla_es",    
>              "config" => Array (
>                "type" => "text",
>                "cols" => "30",
>                "rows" => "5",
>                "wizards" => Array(
>                    "_PADDING" => 2,
>                    "RTE" => Array(
>                        "notNewRecords" => 1,
>                        "RTEonly" => 1,
>                        "type" => "script",
>                        "title" => "Full screen Rich Text 
> Editing|Formatteret redigering i hele vinduet",
>                        "icon" => "wizard_rte2.gif",
>                        "script" => "wizard_rte.php",
>                    ),
>                ),
>            )
>        ),
> 
> and
> 
>    "types" => Array (
>        "0" => Array("showitem" => "hidden;;1;;1-1-1, fecha_ini, 
> fecha_fin, fecha, foto_peq, foto_grande, titulo_es, 
> entradilla_es;;;richtext[*], cuerpo_es;;;richtext[*], titulo_en, 
> entradilla_en;;;richtext[*], cuerpo_en;;;richtext[*], aparece_en")
>    ),

-- 
Oliver Rowlands
:: Liquid Light ::

E - oliver at liquidlight.co.uk
W - http://www.liquidlight.co.uk

T - 00 44 (0)845 6 58 88 35
F - 00 44 (0)845 6 58 44 35


More information about the TYPO3-english mailing list