Hi,
I have mix of real and dynamic albums. Is there a one fits all solution to make the breadcrumbs work under any condition ?
I use: <?php printParentBreadcrumb("", " / ", " / "); printAlbumBreadcrumb("", " / ", " / ");?>
this does not work for dynamic albums too ?
Comments
I am in "Pictures / China.alb"
in there I have several listed several other SUB-ALBUMS, but no pictures directly
one example real location is ("Pictures / 2006 / portraits" )
until here
printParentBreadcrumb(); printAlbumBreadcrumb();
works just fine, but when I now follow a link to one
of the sub-albums real location it just displays "/ China" and NOT
"Pictures / 2006 / portraits" as I would expect.
To me this is a bug. What do you think ?
http://www.dev.bregler.net/rooms/China.alb/ (displays all subalbums matching search)
however the real album works :
http://www.dev.bregler.net/rooms/2006 (it contains hundreds of subalbums which are taged)
album.php contains : <?php printParentBreadcrumb(); printAlbumBreadcrumb();?>
Can anyone shed some light ?
It seems like ZP is trying to provide a track of how one got to the picture not the physical location if it. If it would works, that would be brilliant.
test: try and navigate to the same sub-gallery once through the native '2006' gallery and once through the 'China'. The breadcrumbs behave differently