Hallo Herr Gampe,

vielen dank für die Antwort. Klingt natürlich plausibel, aber ich fürchte ich 
stelle mich gerade zu dumm an:

alle unten genannten Varianten funktionieren nicht:

lib.clientdescription = CONTENT
lib.clientdescription {
   table = tt_content
   select {
       pidInList.current = 1
       pidInList = |
       orderBy = sorting
       languageField = sys_language_uid
       where = colPos=1
   }
}

lib.clientdescription = CONTENT
lib.clientdescription {
   table = tt_content
   select {
       pidInList.stdWrap.current = 1
       pidInList = |
       orderBy = sorting
       languageField = sys_language_uid
       where = colPos=1
   }
}

lib.clientdescription = CONTENT
lib.clientdescription {
   table = tt_content
   select {
       pidInList.current = 1
       orderBy = sorting
       languageField = sys_language_uid
       where = colPos=1
   }
}

lib.clientdescription = CONTENT
lib.clientdescription {
   table = tt_content
   select {
       pidInList.stdWrap.current = 1
       orderBy = sorting
       languageField = sys_language_uid
       where = colPos=1
   }
}

Ich glaube es ist einfach zu spät heute...
Hat jemand vll. einen funktionierenden Schnipsel im Einsatz, und würde mir 
diesen bereitstellen?
Vielen Dank schonmal

Grüße
_______________________________________________
TYPO3-german mailing list
TYPO3-german@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german

Antwort per Email an