Einzelnen Beitrag anzeigen
  #5  
Alt 07.02.06, 16:03
madmongo madmongo ist offline
Forum Stammgast
 
Registriert seit: 18.05.05
Beiträge: 156
:)

Ich steh hier jetzt mal richtig auf dem Schlauch.

Ich verwende folgendes im TS im Header der Rootseite:
Typoscript-Code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
#HTMLArea (RTE) Definitionen
#RTE.default.disabled = 1

RTE.default {
enableWordClean = 1

#auswahl der absatzstile
hidePStyleItems = h4,H5,H6,PRE

#Diese Buttons verstecken
hideButtons = textstyle, textstylelabel, blockstyle, blockstylelabel

RTE.default.disableEnterParagraphs = 1
RTE.default.proc {

overruleMode = ts_css
dontConvBRtoParagraph=1
keepPDIVattribs=class,id

#funktioniert nicht bei nested elements
denyTags = *
allowTags = link,a, b, div, br, ul, ol, li, p, span, h1, h2

#führt zu umlaut-entity freier zone:
dontHSC_rte = 1

} - ERROR: Line 26: The script is short of 1 end brace(s)

und folgendes hast aus welchem der unzähligen Möglichkeiten der Einstellungen herausgefischt?

Typoscript-Code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
#RTE-Konfigurationen
#no wrapping of RTE lines
tt_content.text.20.parseFunc {
nonTypoTagStdWrap.encapsLines.nonWrappedTag >
#nonTypoTagStdWrap.encapsLines.wrapNonWrappedLines >
nonTypoTagStdWrap.encapsLines.wrapNonWrappedLines = | <br>
lib.parseFunc_RTE.nonTypoTagStdWrap.encapsLines.ad dAttributes.P.class > - ERROR: Line 6: Object Name String, "lib.parseFunc_RTE.nonTypoTagStdWrap.encapsLines.ad" was not preceeded by any operator, =<>({
lib.parseFunc_RTE.nonTypoTagStdWrap.encapsLines.no nWrappedTag = p - ERROR: Line 7: Object Name String, "lib.parseFunc_RTE.nonTypoTagStdWrap.encapsLines.no" was not preceeded by any operator, =<>({
lib.parseFunc_RTE.nonTypoTagStdWrap.encapsLines.en capsTagList = p,div,h1,h2,h3,h4,h5,h6 - ERROR: Line 8: Object Name String, "lib.parseFunc_RTE.nonTypoTagStdWrap.encapsLines.en" was not preceeded by any operator, =<>({
lib.parseFunc_RTE.nonTypoTagStdWrap.encapsLines.in nerStdWrap_all.ifEmpty = &nbsp; - ERROR: Line 9: Object Name String, "lib.parseFunc_RTE.nonTypoTagStdWrap.encapsLines.in" was not preceeded by any operator, =<>({
plugin.tx_veguestbook_pi1.templateFile = fileadmin/styles/guestbook_template.tmpl
}

Ich bin noch etwas überfordert mit TS und Setup auf einmal

Grüßle zurück,

Tom

Geändert von Junior (12.02.06 um 14:49 Uhr).
Mit Zitat antworten