hallo,

ich möchte die bilder eines normalen content elements ausgeben:

temp.gallery = CONTENT
temp.gallery {
  table = tt_content
  select {
    pidInList = 17
    orderBy = sorting
  }
  renderObj = COA
  renderObj {
    10 = TEXT
    10 {
      field = image
      split {
        token = ,
        cObjNum = 1
        1 {
          10 = IMAGE
          10.file.import.current = 1
          10.file.import = uploads/pics/
        }
      }
    }
  }
}

das funktioniert ja mit einem script dieser art. allerdings möchte ich
zusätzlich auch gleichzeitig die bildtitel im img tag verwenden. die
stehen ja in einem anderen feld als image. wie könnte ich das machen?
ich wäre für tipps dankbar! :)

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

Antwort per Email an