[TYPO3] Problem with "

Andreas Balzer typo3 at andreas-balzer.de
Sat Apr 19 22:23:44 CEST 2008


Hi,
if I enter " in RTE (htmlarea) and save I'll see " within RTE and 
within the FE. What to do?

Greetings,
Andreas


My pageTS:
#jetzt kommts zum Wysiwyg Editor.. :-/
RTE.default.enableWordClean = 1 #word tags entfernen
RTE.default.disableEnterParagraphs = 1 #bei enter einen br tag erstellen
RTE.default.hideButtons = fontstyle, fontsize, lefttoright, righttoleft, 
inserttag # buttons nicht zeigen
RTE.default.proc {
allowTags = Link1, Link2, Link3, Link4, Link5, script, php, iframe, 
table, tbody, tr, th, td, h1, h2, h3, h4, h5, h6, div, p, br, span, ul, 
ol, li, re, blockquote, strong, em, b, i, u, sub, sup, strike, a, img, 
nobr, hr, tt, q, cite, abbr, acronym, u, b, &quot, &quote, &amp " #tags 
erlauben. Alles andere wird entfernt
HTMLparser_rte {
allowTags < RTE.default.proc.allowTags
removeTags = font #wenn m�glich den font tag entfernen. span ist neuer
}
  // CONTENT TO DATABASE
entryHTMLparser_db = 1 #hier werden irgendwelche tags geparst
entryHTMLparser_db {
// XHTML COMPLIANCE
xhtml_cleaning = 1 #hier wird auf xhtml gecheckt
// CLEAN TAGS
#noAttrib = b, i, u, strike, sub, sup, strong, em, quote, blockquote, 
cite, tt, br, center
htmlSpecialChars = 1 #hier sagen wir, dass wir spezielle Chars nutzen
}
}
RTE.default.classesAnchor =
#sollen HTML Comments gel�scht werden?
#RTE.default.removeComments = 0
#sollen FF, Moz und NC / NS CSS anstatt HTML nutzen?
RTE.default.useCSS = 0
#welche buttons sollen angezeigt werden?
RTE.default.showButtons = spellcheck, bold, italic, underline, 
strikethrough, subscript, superscript, left, center, right, justifyfull, 
orderedlist, unorderedlist, outdent, indent, textcolor, bgcolor, 
textindicator, emoticon, insertcharacter, line, link, image, table, 
findreplace, removeformat, copy, cut, paste, undo, redo, spellcheck
#wie sollen die angezeigt werden?
RTE.default.toolbarOrder = chMode, bar, cut, copy, paste, bar, undo, 
redo, bar, findreplace, spellcheck, removeformat, acronym, 
insertcharacter, acronym, inserttag, textindicator, linebreak, bold, 
italic, subscript, superscript, left, center, right, justifyfull, 
orderedlist, unorderedlist, outdent, indent, textcolor, bgcolor, line, 
link, image, linebreak, blockstylelabel, blockstyle, textstylelabel, 
textstyle, formatblock, linebreak, table, toggleborders, 
tableproperties, rowproperties, rowinsertabove, rowinsertunder, 
rowdelete, rowsplit, columninsertbefore, columninsertafter, 
columndelete, columnsplit, cellproperties, cellinsertbefore, 
columninsertafter, celldelete, cellsplit, cellmerge
#sorgt unter anderem f�r deutsche Anf�hrungszeichen
RTE.default.proc.dontHSC_rte = 1

RTE.default.proc.overruleMode = ts_css,txdam_media
## Use same RTE processing rules in FE
RTE.default.FE.proc.overruleMode = ts_css,txdam_media

## RTE processing rules for bodytext column of tt_content table
RTE.config.tt_content.bodytext.proc.overruleMode = ts_css,txdam_media
RTE.config.tt_content.bodytext.types.text.proc.overruleMode = 
ts_css,txdam_media
RTE.config.tt_content.bodytext.types.textpic.proc.overruleMode = 
ts_css,txdam_media


RTE.default.encapsLines.innerStdWrap_all.ifEmpty =

config.meaningfulTempFilePrefix = 1

#Attribute, die for <p> und <div>-Tags beibehalten werden
RTE.default.proc.keepPDIVattribs = class,id

#sobald ein neues Element abgespeichert wird, wird der Cache geleert
TCEMAIN.clearCacheCmd = pages


More information about the TYPO3-english mailing list