Danke Christian,

hat so funktioniert. Der vollständigkeitshalber poste ich den vollständigen 
Code für alle die das nachbauen möchten:

lib.address = COA
lib.address {
10 = CONTENT
10     {
       table = tt_content
       select {
         where = colPos = 0
         pidInList = 1
         orderBy = sorting
       }
 }

20 = CONTENT
20     {
       table = tt_content
       select {
         where = colPos = 1
         pidInList = 1
         orderBy = sorting
       }
 }

30 = CONTENT
30     {
       table = tt_content
       select {
         where = colPos = 2
         pidInList = 1
         orderBy = sorting
       }
 }

40 = CONTENT
40     {
       table = tt_content
       select {
         where = colPos = 3
         pidInList = 1
         orderBy = sorting
       }
   }
}
_______________________________________________
TYPO3-german mailing list
TYPO3-german@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german

Reply via email to