I am able to get thumbnails to display with template functions by using "printPopularImages(12)", "printLatestImages(6)", and "printTopratedImages(6)" but i dont seem to be able to print a set amount of pictures from a specified album.
im guessing i would go about it as such
<?php
$printalbum= printAlbum(albumtitle);
?>
am I doing something wrong? all other functions seem to work find, i just cant seem to call up a certain album and a set number of pictures
Comments
http://www.zenphoto.org/trac/wiki/TemplateFunctionsGuide (although it's not complete yet and missing several newer functions)
The Stopdesign theme does something like this, but for the albums on the index page.