![]() |
|
How to have a working PageList when viewing multiple images at once? - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: How to have a working PageList when viewing multiple images at once? (/thread-11985.html) |
How to have a working PageList when viewing multiple images at once? - LondonLight.org - 2014-08-13 Hi! Inspired by the way Boston.com shows The Big Picture, On my index page I use printAlbumMenu with $firstimagelink set to true so clicking on an album takes me right to the first image of that album: image.php looks like this: How to have a working PageList when viewing multiple images at once? - acrylian - 2014-08-13 You can't. That function is made for the thumb lists on album.php and index.php. There is a "half supported" pugin to get a similar page nav for single items: You could use custom pages etc but that will break the rss feed that will not point to them for example. So simple solution is indeed to use album.php and replace the thumbs with sized images. The only problem with that would be that you will need keep a single image.php page or create a kind of redirection to the album.php page. Said Image RSS feeds ink to the single image so they need to get somewhere. How to have a working PageList when viewing multiple images at once? - LondonLight.org - 2014-08-13 Thank you for clearing that up! |