Hallo,
hatte ganz vergessen, meine Lösung zu posten. So hab ich es nun gemacht
(das COA wird natürlich so nicht benötigt).
temp.inhalt_rechts >
temp.inhalt_rechts = COA
temp.inhalt_rechts {
  # Hole Inhalt aus rechter Spalte
  10 < styles.content.getRight
  # Wenn leer, dann Inhalt aus anderer Seite holen
  10.stdWrap.ifEmpty.cObject = CONTENT
  10.stdWrap.ifEmpty.cObject {
    table = tt_content
    select {
      # Seite, aus der der Inhalt kommt (ID 123)
      pidInList = 123
      orderBy = sorting
      # colPos=2 ist Spalte 'RECHTS'
      where = colPos=2
    }
  }
}

Danke nochmal an alle,
Leo

2015-06-24 9:24 GMT+02:00 Hendrik Reimers <hendrik.reim...@gmail.com>:

> PS: Gerade nochmal was passendes gefunden...
>
> http://wiki.typo3.org/Content_Slide
>
> http://www.typo3.net/forum/thematik/zeige/thema/107666/?show=1
>
>
> _______________________________________________
> TYPO3-german mailing list
> TYPO3-german@lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german
>
_______________________________________________
TYPO3-german mailing list
TYPO3-german@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german

Antwort per Email an