ZenphotoCMS Forum
Space holders for 'Prev' and 'Next' - 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: Space holders for 'Prev' and 'Next' (/thread-64.html)



Space holders for 'Prev' and 'Next' - RogerUsh - 30-09-2005

How about inserting spaceholders for 'prev' and 'next' in the image.php file in the same way as the index.php and album.php allot for with printPageNav.

I tried inserting an else statement after the if (hasPrev Image()) but couldn't get it to work.

Danke!




Space holders for 'Prev' and 'Next' - trisweb - 01-10-2005

That should work... just print something else in the else.




Space holders for 'Prev' and 'Next' - RogerUsh - 03-10-2005

Alright, I dropped this in the image.php file and it worked:


[img]butt-prev.jpg[/img]

[img]butt-prevB.jpg[/img]


[img]butt-next.jpg[/img]

[img]butt-nextB.jpg[/img]
``

It took me a while to figure out the syntax. Thanks though