Meine SQL Anfrage war ja falsch.
page.10.variables.main_content.stdWrap.append = CONTENT
page.10.variables.main_content.stdWrap.append{
 table = sys_file
 select.where = folder_hash = aebfa576d7d42222d790a9575b9c19040845e002
renderObj = IMAGE
 renderObj {
   file{
     import.data = file:current:uid
     width = 120
     height = 80
     maxW = 120
     maxH = 80
   }
   altText.data = file:current:altText
   titleText.field = file:current:title
} }

geht aber trotzdem nicht...
wenn ich allerdings FILES nehme, kann ich die Bilder anhand der UID ausgeben. 
leider habe ich mit FILES keine möglichkeit gefunden den gesamten ordner 
auszugeben. Also bin ich wieder am Anfang...

page.10.variables.main_content.stdWrap.append = FILES
page.10.variables.main_content.stdWrap.append{
 files= 112, 111
renderObj = IMAGE
 renderObj {
   file{
     import.data = file:current:uid
     width = 120
     height = 80
     maxW = 120
     maxH = 80
} altText.data = file:current:altText
   titleText.field = file:current:title }
 }


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

Antwort per Email an