Well, this all comes from my desire to have a good art blog. I want a good navigable gallery, and a way for people too see the most recent images easily.
In any case. I fixed your code to work on 1.1.7 the way I expected it to the first time. It was a fairly simple and silly thing.
`<?php
$latestalbums = array(getAlbumStatistic(3, "latest"));
foreach ($latestalbums as $latestalbum) {
printImageStatistic(3, "latest", $latestalbum['title']);
}
?>`
You can see the results at my site, www.ronquillostudios.com
its the stopdesign theme, with the latest gallery output replaced by the above code. Pics are all test images to populate a couple albums.
EDIT: for some reason the loop is only outputing three images, not three from each of the three albums...