Member
Member
tm   2017-02-22, 15:22
#1
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.

<?php if(zp_loggedin()) { printdownloadList(‘albums/'.$_zp_current_album->name), array $excludesuffixes (‘jpg’); } ?>

Then I want the wav file to be listed on the image view in the sidebar for the corresponding jpg image.

Help would be much appreciated.
Administrator
Administrator
acrylian   2017-02-22, 16:35
#2
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/
Member
Member
tm   2017-02-22, 16:39
#3
Thanks acrylian. I will have a look
  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.