ZenphotoCMS Forum
How to get the Prev/Next URL on the Index 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: How to get the Prev/Next URL on the Index Page (/thread-10812.html)



How to get the Prev/Next URL on the Index Page - darkufo - 2013-02-03

When you are on an individual photo I can get the Next/Previous image URLs/links using this

html_encode(getNextImageURL())
html_encode(getPrevImageURL())

Is there something similar that I can use when I am on the Index Page to get the next page URL and previous page URL.

I had a look through the template functions but could not see anything obvious.

Any help much appreciated.




How to get the Prev/Next URL on the Index Page - acrylian - 2013-02-03

The keyword is again the "object model". That is the base of everything.




How to get the Prev/Next URL on the Index Page - darkufo - 2013-02-03

Thanks I found it All working.

Thanks!