was very easy to hack some code to show all the dynamic albums as a list on the index page.
I added a few lines to the print_album_menu.php (the one that also generates the subalbums):
`while($row = mysql_fetch_array($result)){
$dynamic[$number] =$row['dynamic'];//added this to the query
}`
`
if($dynamic[$nr2]=='1'){
//enclosed the echo statements with this ([$nr] where needed)
}
`
my `<?php printDynamicAlbumList("list");>` generates a list of dynamic albums which in my case are derived from tag searches so it looks exactly the saem as my tag list but the links go to dynamic album pages instead of search result.
see:
http://www.bertsimons.nl/zenphoto/