[TYPO3-german] tt_news problem mit rtehtmlarea
Nico Holtz
holtz at mediadocks.de
Thu Jan 18 14:57:31 CET 2007
Hallo,
Ich habe ein Problem in der Singelansicht der tt_news. Ich richte einen
neuen news ein und sage im rtehtmlarea unter paragraph: "DEfault" (was
der Grundeinstellung entspricht) ein und schreibe meinen Text unten in
die Box. Speicher nun die News ab und schaue si mir dan im Browser an
und sie da ich bekomme eine graue Box um meinen geschribenen Text. Wenn
ich mir dann den Quelltext des Browsers anschaue steht sort :<p
class="bodytext">Mein Text</p>
Ich frage mich wo kommt die Class "bodytext" her. Ich habe sie noch
nirgens gefunden, habe sie in keiner css-Datei in tt_news gefunden.
Ich habe schon folgendes probiert:
---TSconfig---
# this will remove the complete <p> tag from all news content elements
plugin.tt_news {
general_stdWrap {
parseFunc.nonTypoTagStdWrap.encapsLines.nonWrappedTag >
}
}
# this will remove the complete <p> tag from ALL content elements
lib.parseFunc_RTE.nonTypoTagStdWrap.encapsLines.nonWrappedTag >
# This will remove the <p class="bodytext"> wrap from subheader,
author and links
plugin.tt_news {
# unset general_stdWrap
general_stdWrap >
displayList {
# add a wrap to the subheader
subheader_stdWrap.wrap = <p>|</p>
}
displaySingle {
# add parseFunc to the subheader
subheader_stdWrap.parseFunc < lib.parseFunc_RTE
# prevent adding of <p> tags
subheader_stdWrap.parseFunc.nonTypoTagStdWrap.encapsLines.nonWrappedTag >
# add parseFunc to the bodytext
content_stdWrap.parseFunc < lib.parseFunc_RTE
# add parseFunc to the links field
linksItem_stdWrap.parseFunc < lib.parseFunc_RTE
# prevent adding of <p> tags
linksItem_stdWrap.parseFunc.nonTypoTagStdWrap.encapsLines.nonWrappedTag >
}
----
Nur dabei ist dann die graue Box weg gewehsen aber leider konnte ich
keine Absätzte mehr schreiben, was natürlich noch schlimmer ist.
Wer kann helfen?
Gruß Nico
More information about the TYPO3-german
mailing list