![]() |
|
prev/next image with thumb on image page? - 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: prev/next image with thumb on image page? (/thread-9256.html) |
prev/next image with thumb on image page? - wibbi - 2018-02-23 Hi, The "paged-thumbs-nav" display everytime the current thumb, not only the prev and next thumb. OK, for whatever this function should be good. I'm looking for another, similar, function. prev/next image with thumb on image page? - acrylian - 2018-02-23 The function is meant to display a list of thumbs that equals a certain number or "page of x thumbs". Its own prev/next switches the "thumb page", not the single prev/next image. There are separate prev/next for this. What you wish can be done but there is not one single function. You will have to do some coding. Here the simple template (similar for prev). ` [img][/img] ` prev/next image with thumb on image page? - wibbi - 2018-02-23 Wow! Thats realy great! Many thanks! Good work. prev/next image with thumb on image page? - acrylian - 2018-02-23 The order on the backend will of course be kept. There are two: The one on the thumb list within an album is for the front end. And on the image editing list there is a sort order that is only for the backend itself. But that is actually noted. prev/next image with thumb on image page? - wibbi - 2018-02-23 OK. Thanks. prev/next image with thumb on image page? - acrylian - 2018-02-23 Choosing "manual" on the drop down top right ("display images by") would give you a manual sorted order. If you are using a general order, you have to pick the one yourself. prev/next image with thumb on image page? - wibbi - 2018-02-23 OK, "manual" is the magic word. Thank you! |