[TYPO3-english] Remapping b to strong, i to em

Walrick Bosch lists at globalhealingcircle.net
Tue Oct 28 12:22:22 CET 2008


Hello Brian,

A late reply, but I notice that you use:
exitHTMLparser {

where Victor uses
exitHTMLparser_db {

So in your case the _db is missing. That might cause your problem.

Regards,

Walrick




Lamb, Brian wrote:
> Ah I had a typo in this email. It was
> 
> RTE {
>   default {
>     proc {
>       exitHTMLparser_db = 1
>       exitHTMLparser { 
>         tags.b.remap = strong
>         tags.i.remap = em
>       }
>     }
>   }
> }
> 
> I added the keepNonMatchedTags = 1 but it does not work for me. I am
> using version 4.2 if that matters. 
> 
> -----Original Message-----
> From: typo3-english-bounces at lists.netfielders.de
> [mailto:typo3-english-bounces at lists.netfielders.de] On Behalf Of Victor
> Livakovsky
> Sent: Wednesday, October 22, 2008 2:41 PM
> To: TYPO3 English
> Subject: Re: [TYPO3-english] Remapping b to strong, i to em
> 
>> RTE {
> 
>>   default {
> 
>>     exitHTMLparser_db = 1
> 
>>     exitHTMLparser { 
> 
>>       tags.b.remap = strong
> 
>>       tags.i.remap = em
> 
>>     }
> 
>>   }
> 
>> }
> 
>>  
> 
>> and this used to correctly convert b to strong and i to em. However,
>> this does not seem to work. Any thoughts as to why? 
> 
> 
> My code for same possibility:
> 
> RTE.default.proc {
>   exitHTMLparser_db = 1
>   exitHTMLparser_db {
>     tags.b.remap = strong
>     tags.i.remap = em
>     keepNonMatchedTags = 1
>   }
> }
> 
> 
> It works 100% :)
> 
> _______________________________________________
> TYPO3-english mailing list
> TYPO3-english at lists.netfielders.de
> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english


-- 
webmaster Global Healing Circle
www.globalhealingcircle.net


More information about the TYPO3-english mailing list