I made a dynamic album, and I want to be able to link to an image that is in the dynamic album, and have the user remain in that album, rather than to that image's regular Static Album.
I see that this is mentioned briefly at the end of the
"How to use Dynamic Albums" article under the section "Setting up the dynamic album context manually"
There is a code block given:
`
<?php<br />
$firstimage = $_zp_current_album->getImage(0);
$firstimagealb = $firstimage->getAlbum();
zp_load_image($firstimagealb->name,$firstimage->filename);
prepareImagePage();
?>
`
but I am not sure which template file to add it to, or where. If I add it to the album template, will it affect how the static albums work?
Comments
If its not possible, and there is no plugin for this, I guess consider this a feature request?
Thanks!