[TYPO3-german] htmlArea RTE löscht img-Tag?

Florian Liese liese at liwa.de
Tue Jan 17 11:51:28 CET 2006


Hallo,

nachdem ich mich nun lange mit dem htmlArea RTE beschäftigt habe und dachte, 
ich hätte die Konfiguration verstanden, akzeptiert dieser nun ein img-Tag 
nicht mehr. Ich füge über den Button ein Bild in meinen Text ein, doch das 
img-Tag landet nicht in der Datenbank. Alle anderen Tags scheinen zu gehen...

Ich benutze die Version rtehtmlarea 1.1.2 (neueste). In den 
Extension-Einstellungen hab ich u.a. folgendes ausgewählt:

plugins: TableOperations, SpellChecker, ContextMenu, SelectColor, 
TYPO3Browsers, InsertSmiley, FindReplace, RemoveFormat, CharacterMap, 
QuickTag, InlineCSS, DynamicCSS, UserElements, Acronym
Default configuration settings: Advanced
Enable images in the RTE: true

Hier mein TSconfig auf der Root-Page:

--------------------------------------------------------------------------------------------

RTE.default {
	contentCSS = fileadmin/template/res/paragraph-styles.css
	showTagFreeClasses = 1
	ignoreMainStyleOverride = 1
	enableWordClean = 1
	useCSS = 1
	showButtons = * 
	hideButtons = copy, paste, cut, insertcharacter, subscript, superscript, 
findreplace, removeformat, toggleborders, outdent, indent, textindicator, 
fontstyle, fontsize, strikethrough, underline, lefttoright, righttoleft, 
bgcolor, emoticon, spellcheck, inserttag, showhelp, user, acronym
	hidePStyleItems = h1, h4, h5, h6, pre, address
	disableColorPicker = 0
	showStatusBar = 1
	defaultLinkTarget =
}

RTE.default.proc {
    overruleMode = ts_css
    dontConvBRtoParagraph = 1
    internalizeFontTags = 1
    allowTagsOutside = img,hr,h1,h2,h3,h4,h5,h6,table,span
    allowTagsInTypolists = br,font,b,i,u,a,img,span
    allowTags = 
table,tbody,tr,th,td,h1,h2,h3,h4,h5,h6,div,p,br,span,ul,ol,li,pre,blockquote,strong,em,b,i,u,sub,sup,strike,a,img,nobr,hr,center,font
    denyTags >
    keepPDIVattribs = align,class,style
    preserveTables = 1

    HTMLparser_rte {
        allowTags = 
table,tbody,tr,th,td,h1,h2,h3,h4,h5,h6,div,p,br,span,ul,ol,li,pre,blockquote,strong,em,b,i,u,sub,sup,strike,a,img,nobr,hr,center,font
		keepNonMatchedTags = 1
    }

    HTMLparser_db {
        allowTags = 
table,tbody,tr,th,td,h1,h2,h3,h4,h5,h6,div,p,br,span,ul,ol,li,pre,blockquote,strong,em,b,i,u,sub,sup,strike,a,img,nobr,hr,center,font
        keepNonMatchedTags = 1
    }
}

--------------------------------------------------------------------------------------------


Ich hoffe, jemand hat einen Rat für mich.
Vielen dank schonmal!

Gruß, Florian Liese



More information about the TYPO3-german mailing list