How to output a text file of filenames from an album?
Nosaj
Joined: 2004-10-01
Posts: 62 |
![]() |
This seems so simple, I am hoping I am missing the trees for the forest... I was looking through the forums trying to find out a way to export a text file from an album. Example: I have an album of 253 photos. I would like to end up with a text file (txt, csv, xls, whatever...) that lists all of the filenames/titles of the photos in a particular album. Does anyone know of a module that may do this? Or possible another way? Thank you. |
|
floridave
![]()
Joined: 2003-12-22
Posts: 27300 |
![]() |
Add {foreach from=$theme.children item=child} {$child.title|markup}<br /> {/foreach} at the bottom of album.tpl Dave |
|
Nosaj
Joined: 2004-10-01
Posts: 62 |
![]() |
Thanks Dave. That looks like how I may have to go at it. I was hoping to find way that an end-user (some of our photographers) could get a list while in the Gallery web GUI, rather than me as admin having to go in and pull out the info. |
|