ZenphotoCMS Forum
Click on Image --> Go to Next Image - 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: Click on Image --> Go to Next Image (/thread-4854.html)



Click on Image --> Go to Next Image - harootun - 2009-03-14

Another question from a newbie.

Is there a simple way to change the set-up in image.php so that when you click on the full-sized photo, it goes to the next photo? I'm sure it can be done, just wondering if someone's done it already I hunted around but haven't seen it, though I probably just missed it.

Thanks in advance for any advice.




Click on Image --> Go to Next Image - harootun - 2009-03-15

Never mind. Easy enough to figure out with the great function list here on the site (and using an if/else statement). I'm getting the hang of this!!!




Click on Image --> Go to Next Image - pierrewetzel - 2009-04-14

Hello,
I am also interested in that. Did you find a solution ?
Pierre




Click on Image --> Go to Next Image - acrylian - 2009-04-14

Put a link using http://www.zenphoto.org/documentation/functions/_template-functions.php.html#functiongetNextImageURL around the image.




Click on Image --> Go to Next Image - pierrewetzel - 2009-04-14

Thank you for your reply, but, where do I put this link ? In what page ?
Pierre




Click on Image --> Go to Next Image - southdreamz - 2009-04-14

it should be image.php.

i have implemented here http://album.mirchiwoods.com, now i removed!




Click on Image --> Go to Next Image - pierrewetzel - 2009-04-14

Hi,
Ok, I see the image.php and looked into it. I think on have to change some things on those lines, but I can't do that. Someone could again help me,
Thanks a lot in advance,
Pierre

   " title="Previous Image">« prev
   " title="Next Image">next »



Click on Image --> Go to Next Image - acrylian - 2009-04-14

Put the link around the rintDefaultSizedImage(getImageTitle());. Standard theme have a full image link in that place actually.