ZenphotoCMS Forum
go to last page first? - 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: go to last page first? (/thread-8187.html)



go to last page first? - gracestanat - 2011-01-31

Is it possible, when going to the home page of the gallery, to be sent to the last page of albums instead of the first page of albums? For example, if I'm doing my albums chronologically (and I don't want to do them in reverse order), it would be convenient for folks to be taken to the LAST page of albums instead of the FIRST page of albums.

Of course I could do a manual re-direct, but that seems kinda' clunky and I'll have to keep updating it when I add new albums.




go to last page first? - acrylian - 2011-01-31

Well, general web practice is (probably inherited from blogs) to show the lastest stuff first.
The only easy way to do this is to reverse the order. You could do this probably using a header() redirect if on page 1. Of course you will have to find a way to prevent this when someone finally reached the first page later as well...




go to last page first? - gracestanat - 2011-02-01

yea, okay. i'll figure something out. thanks!