ZenphotoCMS Forum
Display Wav files on image files - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: General support (https://forum.zenphoto.org/forum-4.html)
+--- Thread: Display Wav files on image files (/thread-12676.html)



Display Wav files on image files - tm - 2017-02-22

Hi,

I would really apprecaite some help. I'm not a php coder.

I managed to list the printdownloadList on the album view.

Now i want to exclude jpg files and only list wav files.

I cant seem to get to work.




Display Wav files on image files - acrylian - 2017-02-22

The correct usage would be something like this:
printdownloadList(‘albums/'.$_zp_current_album->name, 'ol', array(), array('jpg'))

Some general help for these PHP basics:
http://www.zenphoto.org/news/how-to-read-the-zenphoto-functions-guide/




Display Wav files on image files - tm - 2017-02-22

Thanks acrylian. I will have a look