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.