[TYPO3-templavoila] DAM & TV

Tobias Pierschel tobias.pierschel at netinventors.de
Thu Apr 15 18:16:45 CEST 2010


Hi,
whats the best praxis to work with a FCE and a DAM image in TV?
Do i need the "dam templavoila connector"?

I just found: http://wiki.typo3.org/De:TSref/IMAGE

# Verwendung des DAM zusammen mit einem IMAGE-Objekt:
bild = IMAGE
bild.file.import.cObject = USER
bild.file.import.cObject {
      userFunc=tx_dam_tsfe->fetchFileList
      refField=tx_damttcontent_files
      refTable=tt_content
      additional.fileList.field=image
      additional.filePath=uploads/pics/
}

instead of:

<TypoScript>
10 = IMAGE
10.file.XY = 171,196
10.file.import = uploads/tx_templavoila/
10.file.import.current = 1
10.file.import.listNum = 0
10.file.maxW = 171
10.file.minW = 171
10.file.maxH = 250
10.file.minH = 50
10.stdWrap.typolink.parameter.field = field_link</TypoScript>
</TypoScript>

but it didnt work when i put and adapt it in the xml. Wrong way?

Thanks
Tobi


More information about the TYPO3-project-templavoila mailing list