[TYPO3-german] kopieren vom "Rechten Rand"

Sebastian Deiszner deiszner at web.de
Mon May 21 20:31:30 CEST 2007


"Christian Wolff" <Chris at connye.com> schrieb im Newsbeitrag 
news:mailman.222783.1179148743.21067.typo3-german at lists.netfielders.de...
>>> hi wenn dir die erweiterung deines content.get um die slide option zu umständlich ist..
>>> und dir lieber viel klick arbeit machen willst. gibt es das content elment "datensätze einfügen" (engl insert records)
>>> damit kannst du die seite / die inhalts elemente auswählen welche du auf der aktuellen seite noch mals verwenden willst.
>>>
>>> danach must du dann nur noch das eine "insert records" element auf alle betroffenen unterseiten kopieren.
>>>
>>> das hat dann ähnliche vorzüge wie content.slide
>>> nämlich das du nur eine stelle hast an der du korrekturen machen must falls sich z.b ein tippfehler eingeschlichen hat.
>>>
>>
>> ok - das ist ein Argument
>> Wo trage ich diesen Quelltext von Dir ein?
>
> das Content sliede gehört in dein TS-Object welches die Daten der
> rand spalte einsammelt
> irgendwo in deinem Typoscript template wird ungefähr folgendes stehen:
> lib.rightContent  < styles.content.getRight
>
> oder
> page.10 < styles.content.getRight
>
>
> das must du dann lediglich um die die slide option erweitern
> im obersten fall sähe das so aus:
> lib.rightContent  < styles.content.getRight
> lib.rightContent.slide = -1
>
> und schon wird falls es keinen inhalt für die spalte gibt.
> in der spalte der oberen seite geguckt.. und so weiter bis
> endlich ein inhalt für die rechte spalte gefunden wurde.
>
> gruss chris

Die Typo-Skript Konfiguration der Startseite sieht so aus - wo ergänze ich dort?


RTE.config.tt_content.bodytext.proc.overruleMode = ts_css

RTE >

RTE.default {
#     mainStyle_font = Arial, sans-serif
#     mainStyle_size = 12
#     mainStyle_color = black
  showButtons = cut,copy,paste,bold,italic,underline,orderedlist,unorderedlist,outdent,indent,link,image
#class,,formatblock
  defaultLinkTarget = _self
  dontConvBRtoParagraph = 1
  proc.overruleMode = ts_css
  proc.preserveTables = 1
  proc.dontConvBRtoParagraph = 1

  proc.entryHTMLparser_db = 1

  proc.entryHTMLparser_db {
#  htmlSpecialChars = -1

noAttrib = h1,H2,h3,h4,h5,h6
  allowTags = p,div,img,hr,a,br,blockquote,pre,b,strong,i,em,u,li,ul,ol,span,h1,h2,h3,h4,h5,dl,dt,dd

  allowTagsOutside = p,div,img,hr,a,br,blockquote,pre,b,strong,i,em,u,li,ul,ol,span,h1,h2,h3,h4,h5,dl,dt,dd

  allowTagsInTypolists = p,div,img,hr,a,br,pre,b,strong,i,em,u,li,ul,ol,span,h1,h2,h3,h4,h5,dl,dt,dd

  }

}

RTE.classes {

intro {
name = Intro
value = font-weight:bold;
}

extlink {
name = Externer Link
value = color:red;
}

intlink {
name = Interner Link
value = color:red;
}

dllink {
name = Download Link
value = color:red;
}



H1 {
       name = headline 1
}
H2 {
       name = headline 2

}
H3 {
       name = headline 3

}
H4 {
       name = headline 4

}
H5 {
       name = headline 5
}

H6 {
name =
}

/*
lastupdate {
      name = last update
      value = font-family:Verdana, Arial, Helvetica, sans-serif;
      font-size:10px; color:#99CCCC; margin:0.25em 0.5em; line-height:150%;
      text-align:center;
 }
*/

}

# Specific configuration for the Paragraph Style Menu
RTE.default.classesParagraph = extlink, intlink, dllink
RTE.default.classesCharacter = lastupdate
RTE.default.hidePStyleItems = P, H1, H2,H3, H4, H5, H6, pre
RTE.config.tt_content.bodytext < RTE.default


RTE.default.userElements {
    # Category with various elements
  10 = Various elements | Diverse elements
  20 = Special Characters | Diverse elements
  10 {
      # An image is inserted
    1 = Logo 1 | Bom?rke 1
    1.description = This is the logo number 1. | Dette er logo nummer 1
    1.content = <img src="###_URL###fileadmin/istate/curro.png">

      # The text-selection is wrapped with <sup> tags.
    2 = Subscript
    2.description = Selected text is wrapped in <sup>-tags.
    2.mode = wrap
    2.content = <sup>|</sup>

      # This submits the selected text content to the script, rte_cleaner.php
    5 = Strip all tags
    5.description = All HTML-codes are removed from selection.
    5.mode = processor
    5.submitToScript = typo3/rte_cleaner.php
  }

    # Category with images from the fileadmin/istate/ folder
  2 = Fileadmin | Diverse elements
  2.description = All images from the fileadmin folder
  2.load = images_from_folder
  2.merge = 1
  2.path = fileadmin/
    # here the logo from "Various elements" is included as well
  2.1 < .10.1

  # The text-selection is wrapped with <sup> tags.
    3 = Special Characters
    3.description =  123
    3.mode = wrap
    3.content = <sup>|</sup>

    3.1 = quotation mark &#34;  | Bom?rke 1
    3.1.description = " | Dette er logo nummer 1
    3.1.content = &#34;
}


  # Show the user-button, if not existing
RTE.default.showButtons = user


TCEFORM.tt_content.header_layout.altLabels.1 = ?berschrift H1
TCEFORM.tt_content.header_layout.altLabels.2 = ?berschrift H2
TCEFORM.tt_content.header_layout.altLabels.3 = ?berschrift Rand H3
TCEFORM.tt_content.header_layout.altLabels.4 = ?berschrift H4
TCEFORM.tt_content.header_layout.altLabels.5 = grafische ?berschrift 




More information about the TYPO3-german mailing list