[TYPO3-german] Mal wieder RTE Konfiguration / 4.3.2
Chris Bernhard
chris at dreamride.de
Fri Mar 26 13:53:00 CET 2010
Hi zusammen,
leider lassen sich keine Links mehr über den RTE einzupflegen.
Scheint am exitHTMLparser_rte zu liegen. Leider komme ich nicht
dahinter, wie sich das entgehen lässt. Folgendes kommt dabei
im Klartext raus:
<link info at test.de>info at test.de</link>
Hier mal die zugehörige Konfiguration:
RTE >
RTE.classes {
left {
name = Bild links
value = float: left;
}
right {
name = Bild rechts
value = float: right;
}
}
RTE.default.contentCSS = fileadmin/templates/style/rte.css
RTE.default.classesCharacter = fancy,neato,ugly
RTE.default.classesAnchor = intern
RTE.default.showTagFreeClasses = 1
RTE.default.disableEnterParagraphs = 0
RTE.default.enableWordClean = 0
RTE.config.tt_content.bodytext.showButtons = formatblock,
textstylelabel, headline, bold, italic, underline, orderedlist,
unorderedlist, link, image, removeformat, findreplace, insertcharacter,
undo, redo, chMode, blockstyle
RTE.config.tt_news.bodytext.showButtons = formatblock, textstylelabel,
headline, bold, italic, underline, orderedlist, unorderedlist, link,
image, removeformat, findreplace, insertcharacter, undo, redo, chMode,
blockstyle
RTE.default.hideButtons = size, textcolor, textstyle, insertcharacter,
line, blockstylelabel, fontstyle, fontsize, strikethrough, showhelp,
lefttoright, about, righttoleft, textindicator, emoticon, user, left,
center, right, spellcheck, inserttag, outdent, indent, justifyfull,
subscript, superscript, acronym, copy, cut, paste, toggleborders,table,
tableproperties, rowproperties, rowinsertabove, rowinsertunder,
rowdelete, rowsplit, columninsertbefore, columninsertafter,
columndelete, columnsplit, cellproperties, cellinsertbefore,
cellinsertafter, celldelete, cellsplit, cellmerge
RTE.default.showButtons = formatblock, textstylelabel, headline, bold,
italic, underline, orderedlist, unorderedlist, link, image,
removeformat, findreplace, insertcharacter, undo, redo, chMode, blockstyle
RTE.default.hidePStyleItems = H1, H2, H4, H5, H6, pre, address, div,
blockquote
RTE.default.proc {
allowTags = i,strong,em,table, tbody, tr, th, td, h1, h2, h3, h4, h5,
h6, div, p, br, span, ul, ol, li, pre, blockquote, strong, em, a, img,
hr, tt, q, cite, abbr, acronym, address
##overruleMode = ts_css
dontConvBRtoParagraph = 1
internalizeFontTags = 1
allowTagsOutside = img,hr,address
denyTags = sup,sub,strike,center,u
entryHTMLparser_db = 1
entryHTMLparser_db {
allowTags < RTE.default.proc.allowTags
xhtml_cleaning = 0
htmlSpecialChars = 0
noAttrib = b, i, u, strike, sub, sup, strong, em, quote,
blockquote, cite, tt, br, center
tags {
hr.allowedAttribs = class
span.allowedAttribs = class
b.remap = strong
i.remap = em
}
##removeTags = sdfield
keepNonMatchedTags = protect
}
exitHTMLparser_db = 1
exitHTMLparser_db {
allowTags < RTE.default.proc.allowTags
xhtml_cleaning = 0
htmlSpecialChars = 0
keepNonMatchedTags = protect
tags {
b.remap = strong
i.remap = em
}
}
exitHTMLparser_rte = 1
exitHTMLparser_rte {
allowTags < RTE.default.proc.allowTags
xhtml_cleaning = 0
htmlSpecialChars = 0
keepNonMatchedTags = protect
tags {
strong.remap = b
em.remap = i
}
}
}
Vielen Dank und viele Grüße vom Chris
More information about the TYPO3-german
mailing list