![]() |
|
1.4.6 - zp_page_check - 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: 1.4.6 - zp_page_check (/thread-11598.html) |
1.4.6 - zp_page_check - gjr - 2014-01-24 Quote:Theme changes Thanks! 1.4.6 - zp_page_check - sbillard - 2014-01-24 Prior to 1.4.5 support releases if an URL was entered with a page number and the page number was "out of range" Zenphoto would still produce a page rather than a 404 error. There was a ticket on this with a full discussion, but I could not find it quickly. The basic issue is that only the theme "knows" in all cases if a page number in the URL is valid. For instance, with the Garland theme, page numbers on the index.php page are not valid if Zenpage is enabled but are if albums are shown on that page. There is basic handling for "standard" gallery type themes, so it is only special cases that need be handled. Probably the best approach is to look at the functions used by the Effervescence+, Garland, and Zenpage themes to see what they look for. 1.4.6 - zp_page_check - acrylian - 2014-01-24 I think this is the ticket: https://github.com/zenphoto/zenphoto/issues/504 1.4.6 - zp_page_check - gjr - 2014-01-24 Excellent - thank you both, I get it now. |