[Typo3-shop] Problems with parseFunc
Peter Klein
peter at umloud.dk
Tue Aug 9 10:01:47 CEST 2005
"Franz Holzinger" <franz at fholzinger.com> skrev i en meddelelse
news:mailman.1.1123510806.1325.typo3-project-tt-products at lists.netfielders.de...
> plugin.tt_products.parseFunc.allowTags =
> table,tr,td,b,i,u,a,img,br,div,center,pre,font,hr,sub,sup,p,strong,em,li,ul,ol,blockquote,strike,span,h1,h2,h3,h4,h5,h6parseFunc.denyTags
>
No that didn't help either, but it turned out to be a typo error in the
HTMLArea manual that cauesed my problems..
HTMLArea's manual has an example where the allowTags gets filled.
-- From the HTMLArea manual --
// CONTENT TO DATABASE
entryHTMLparser_db = 1
entryHTMLparser_db {
// TAGS ALLOWED
allowTags < RTE.default.allowTags
-- From the HTMLArea manual --
But it should be looking like this ("proc" was missing):
-- cut --
// CONTENT TO DATABASE
entryHTMLparser_db = 1
entryHTMLparser_db {
// TAGS ALLOWED
allowTags < RTE.default.proc.allowTags
-- cut --
Now my RTE output looks like it should ;)
---
Peter Klein / Umloud Untd
More information about the TYPO3-project-tt-products
mailing list