Hello!
To pick up a related problem:
I wanted the list of albums in the sidebaar, too.
But the print_album_menu did not satisfy my needs, because I wanted the list of albums with the original thumbnails of the normal album list.
So I copied the lines
`
" title=" ">
" title=" ">
`
into the sidebar.php.
This works within gallery, pages, and news ... but it does not work in album and images. Does anyone know why and how to solve the problem?
Greets
Der Hans
It does not work because on album.php there is already a next_album loop. There can only be one as it depends on interal objects that have been looped through already when you call it a 2nd time.
That is why there is the menu plugin. You will have to either modify the album menu plugin or you have to code your one menu function using the Zenphoto object model framework.