[TYPO3] HTMLAREA annoying issue

CAnet // Canè Alessandro canet at canet.it
Tue Apr 15 13:56:19 CEST 2008


GOT IT!
well Christian, your help was "illuminating"!!!

Very kind of you!


----- Original Message ----- 
From: "christian oettinger" <christian.oettinger at gmx.de>
Newsgroups: typo3.english
To: <typo3-english at lists.netfielders.de>
Sent: Tuesday, April 15, 2008 1:32 AM
Subject: Re: [TYPO3] HTMLAREA annoying issue


One woderful thing to know (I was a newbie too, greetings to Peter
Niederlag who taught me this and many other things) is the clear and
easy (once you know it) difference between Typoscript (Setup) And
TSConfig (PageTSCondig or UserTSConfig):
The first is to control the FE, so your output.
The second to control BE.

Most of the time it is easy to distiguish: In your case you want to
control  which Tags are stripped in BE - how RTE interacts with the
Database. This is surely a BE thing, so you have to use PageTSConfig (or
UserTSConfig), not Setup.

Put in the line you found, and change it as you like it (e.g. I stripped
out "u" tag):
RTE.default.FE.proc.entryHTMLparser_db.removeTags = center, font, o:p,
sdfield, strike.

Then don't forget to clear all caches, when working with rte including
even Browser cache to be sure.


greetings from munich and congratulations you found it!

oe (christian)


> Hi again!
> Well, after the kind suggestion of Christian from Munich I've checked
> TSConfig via the INFO module and I've seen that:
>
> RTE.default.FE.proc.entryHTMLparser_db.removeTags = center, font, o:p,
> sdfield, strike, u
>
> is probably guilty of removing "underlines" and "colors" I insert in my
> text...
> How can I disable this? I'd like to remove it simply through template
> TSConfig but I can't  work it out (poor newbie)...
>
> tnx
>
> ------------------------
> Canè Alessandro
_______________________________________________
TYPO3-english mailing list
TYPO3-english at lists.netfielders.de
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english 



More information about the TYPO3-english mailing list