ZenphotoCMS Forum
How to get specific data for the Next/Previous Image Link - 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 get specific data for the Next/Previous Image Link (/thread-3480.html)



How to get specific data for the Next/Previous Image Link - echenailartecacom - 2008-08-15

I'm currently creating a special gallery that call the page 'image.php' inside a thickbox in the 'album' page. The thing, is that I want to add the thumbnail and the title to the next and previous image.

Anybody figure this out?




How to get specific data for the Next/Previous Image Link - acrylian - 2008-08-16

You are probably looking for this:
http://www.zenphoto.org/documentation/functions/_template-functions.php.html#functiongetNextImageThumb
http://www.zenphoto.org/documentation/functions/_template-functions.php.html#functiongetPrevImageThumb

Please take a look at the documentation for more info about available functions.




How to get specific data for the Next/Previous Image Link - echenailartecacom - 2008-08-18

Excellent! Thank you!