[TYPO3] RTE keeping absolute src's
    Oliver Rowlands 
    oliver at liquidlight.co.uk
       
    Tue May 20 20:28:49 CEST 2008
    
    
  
Hi Antonio,
Just make sure you parse the RTE content through 'pi_RTEcssText' in your 
plugin before outputting it on the FE, for example:
$markerArray['###CONTENT###'] = $this->pi_RTEcssText($row['content']);
Where $row['content'] is your RTE field.
Best regards,
Oliver
Antonio Reher wrote:
> Hi all,
> once again, thanks for helping me... i was getting desperate. I fooled 
> around with the definition of the fields in TCA.php of my extension 
> directory and got some progress. If I substituted richtext[*] with 
> richtext[*]:rte_transform[mode=ts] images were transformed correctly, 
> but now what appears as
> 
> <p>line1</p>
> <p>line2</p>
> <p>line3</p>
> 
> in the RTE, saves in the database as
> line1
> line2
> line3
> 
> and ends up showing in the frontend as line1line2line3....
> Oliver, I just read your post... more ideas? ;)
-- 
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