i want visitors to be able to see a listing of parent/top-level albums when they're accessing a sub-album or even inside a single image page. how do i do it?
and while i'm here, is there an easy way to show recently uploaded images? i'm aware of the printLatestImages() function, but there's no way to customize the output.
Comments
2. You can style printLatestImages() via CSS in many different ways even if the code is predefined! But if you need real freedom use the array that getImageStatistic() function returns to make a custom function.
http://www.zenphoto.org/documentation/zenphoto/_plugins---image_album_statistics.php.html
thx
`$_zp_current_album->getParent()`