Show list of files (other than images) in album.php

Hello,

I making a theme and I need to show any other files present in the folder (like tiff, Zip...) with a link to download it.
Is there already a "tag" like this: <?php echo htmlspecialchars(getFileLinkURL());?> or should i do it in php.

Thank-you.

Grepi

Comments

  • acrylian Administrator, Developer
    There is currently no such function (besides I am working on a downloadlist plugin incl. download counter but that will surely be not before 1.3.1 and probably not even an included plugin).

    Zenphoto is able to generate Zip files of an entire album, in case you have that in mind (not sure if it will included unsupported file types as well).
  • Please review the class-textobject plugin. It is provided as an example of how to extend the "images" recognized by your gallery. Of coures, it would depend on exactly what you want to do.
Sign In or Register to comment.