[TYPO3] How to list all the images in table(comma separated filename) in typoscript template?

Dennis Cheung hkdennis2k at gmail.com
Sat Jan 21 05:58:18 CET 2006


Hi all,

I have read many of the plugins/examples are using
.import=uploads/pics/
.import.field=image
.import.listNum=0

To get the first filename in database.

I know it read the "field:image", explodes , get the first record, and
append to upload/pics/.

But I wanted to list them ALL.. Is it possible to do that my using
typoscript only?
I have searched and seem CONTENT, RECORDS and HMENU has a foreach/loop
behavior,  but they all related to database operation.


Thanks,
Dennis



More information about the TYPO3-english mailing list