[TYPO3-german] Inhaltselement "Überschrift" in Typoscript ausgeben

Lang, Andreas lang.andreas at szst.de
Thu Jul 20 08:54:37 CEST 2006


Hallo Dietmar,

Versuch mal selectFields in die select einzubauen.

temp.headline = CONTENT
temp.headline {
    table = tt_content
    select {
      pidInList = this
      orderBy = sorting
      where = colPos=0
      selectFields = header
      max = 1
    }
}

Gruß, Andreas

-----Ursprüngliche Nachricht-----
Von: typo3-german-bounces at lists.netfielders.de
[mailto:typo3-german-bounces at lists.netfielders.de] Im Auftrag von Dietmar
Engler
Gesendet: Mittwoch, 19. Juli 2006 16:43
An: typo3-german at lists.netfielders.de
Betreff: [TYPO3-german] Inhaltselement "Überschrift" in Typoscript ausgeben


Hallo Liste,

ich möchte die erste Überschrift (header) eines Inhaltselements (z.B. 
Text mit Bild) einer Seite gesondert ausgeben.

Mit

temp.headline = CONTENT
temp.headline {
    table = tt_content
    select {
      pidInList = this
      orderBy = sorting
      where = colPos=0
      max = 1
    }
}

erzeugt er mir das gesamte Element. Wie kann ich das in TS auf die 
Überschrift einschränken?

Danke und Gruß
Dietmar
_______________________________________________
TYPO3-german mailing list
TYPO3-german at lists.netfielders.de
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-german





More information about the TYPO3-german mailing list