[TYPO3-german] Re-2: Beliebiges Content-Element (tt_content) rendern (anzeigen)

thomas.buegel at web.de thomas.buegel at web.de
Fri Jun 17 11:34:04 CEST 2011


Hi Christian,

> Ist ganz simpel, es gibt generell zwei Methoden, je ob du eine ganze Seite 
> oder einen einzelnen Seiteninhalt willst:
..
>     select.pidInList = 236
>  }  
> 
> Rendert alle Inhaltselemente der Seite 236.

ja - ich glaub nicht wie einfach die Lösung ist, stand auf dem Schlauch, aber herzlichen Dank

Mein Code-Stück:

    20 = CONTENT
    20 {
      stdWrap.wrap = <div class="subTeaser subTeaserM">|</div>
      table = tt_content
      select.max = 1
      select.orderBy = sorting
      select.pidInList = [pid der jeweiligen Hauptseite]
      select.where = header = 'menu_only' AND colPos = 3
    }

Gruß Tom



More information about the TYPO3-german mailing list