[TYPO3-english] RTE transformation problem

Riccardo De Contardi riccardo.decontardi at bhuman.it
Tue Mar 23 09:35:36 CET 2010


I've had a similar problem with <dl>, <dt>, <dd> ...if I remember  
correctly it should be something like:

TS Template Setup:

lib.parseFunc.allowTags(
b,i,u,a,img,br,div,center,pre,font,hr,sub,sup,p,strong,em,li,ul,ol,blockquote,strike,del,ins,span,h1,h2,h3,h4,h5,h6,address,caption,cite,code,embed,link,object,param,q,table,tbody,td,th,tr,tt
)

lib.parseFunc_RTE.allowTags < lib.parseFunc.allowTags


TS Template Constants:

styles.content.links.allowTags:= addToList(object)



TS Page config

RTE.default.allowTagsOutside(
##### Ypur Tags allowed outside <p> and <div> tags
)
RTE.default.proc.allowTagsOutside < RTE.default.allowTagsOutside

If you need it, I could send you my full RTE configuration.


Cheers



In data 22 marzo 2010 alle ore 22:03:47, Jörg Schaller <jorgosch at terra.es>  
ha scritto:

> Hello,
>
> Typo3 4.3, tt_news 3.0.
>
> In Template-Setup I've changed the following setting via Typoscript
> Object Browser to
>
> lib.parseFunc_RTE.allowTags =
> b,i,u,a,img,br,div,center,pre,font,hr,sub,sup,p,strong,em,li,ul,ol,blockquote,strike,del,ins,span,h1,h2,h3,h4,h5,h6,address,caption,cite,code,embed,link,object,param,q,table,tbody,td,th,tr,tt
>
> However, when I write a news article, change the text editor to code
> view and paste
>
> <object width="512" height="400"><param name=...........
>
> it get's converted to
>
> <p>&lt;object width=&quot;512&quot;
> height=&quot;400&quot;&gt;&lt;param name=&quot;movie&quot; value=
>
> which is pretty useless. Where's the catch?
> Thanks in advance!
>
> Cheers,
> Jörg


-- 
--------------------------------------------
Riccardo De Contardi - Web Developer
B Human Srl - www.bhuman.it
Via Canzio, 15 - 20131 Milano
TEL +39-02-20.23.271 - FAX +39-02-20.240.561
--------------------------------------------


More information about the TYPO3-english mailing list