![]() |
|
Lightbox and pagination - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: Themes (https://forum.zenphoto.org/forum-5.html) +--- Thread: Lightbox and pagination (/thread-4527.html) |
Lightbox and pagination - martin.s - 2009-01-25 Hi! I was just dealing around with a lightbox functionality in my gallery and I came up to the problem which was already discussed in the forum: if a gallery has pagination there will be the problem that lightbox only shows the pictures on the choosen page, then you will have to close the lightbox, choose the next page, and so on. One thing I found was this: http://www.zenphoto.org/support/topic.php?id=1230#post-6911 This sounds like what I am searching for, but I am not sure how do bring this into the default theme... Would again be glad for help! Thanks a lot! Best! martin Lightbox and pagination - acrylian - 2009-01-25 The Lightbox and pagination - martin.s - 2009-01-28 Thanks for your answer! I really feel like a fool, but my knowledge isn't enough to deal with this. In my album.php I have the following call of the lightbox (in this case the floatbox) instead of the image.php.
`" title=""> So there is the next_image function and it is set to false (which is alright for the displaying of all the images. If I switch it to true all images are shown on the first page). So I am really sorry but I don't know where to put the next_image (false) that only the lightbox (floatbox) will work with this and the displaying of the pictures will stay with the pagination! Thank you very much again for your help! Best! martin Lightbox and pagination - acrylian - 2009-01-29 Sorry, that is not possible, there can be only one next_image() loop per page. You have to decide if you either want pagination or all images in the lightbox (or probably have to do some coding yourself) Lightbox and pagination - martin.s - 2009-01-29 Alright I got it. That's quite sad, I misunderstood that. Thx a lot! Lightbox and pagination - martin.s - 2009-01-30 I tried the whole night, but I didn't get it into a working path. So my last question on this is just: Is there a possibility that someone of you, of the develloper can do this for me, of course not for free, just like a customization. If so, I would be happy if you get in touch with me! Just give me an answer here and we can get in touch via E-Mail. Thx! martin Lightbox and pagination - Free Mp3 - 2009-04-24 me too Lightbox and pagination - Wandbilder - 2009-07-27 I am stuck with this, too. Can anyone help? Lightbox and pagination - acrylian - 2009-07-27 You should take a look at the class methods to get all image directly (see the documentation). |