Hi,
I'm nearly finished integrating ZenPhoto into a new site. I have integrated the nav bar, header etc into the album.php file in a new theme.
I then link straight into the different galleries with links of the form:
http://www.mywebsite.com/gallery/index.php?album=my-gallery-name&page=1At the bottom of each album page, there are Prev and Next buttons to move between the pages of thumbnails.
Problem:
At the bottom of each album page the Next and Prev buttons link to the previous and next pages in the form:
http://www.mywebsite.com/gallery/my-gallery-name/page/2/This links to a messed-up page which I haven't integrated into the look-and-feel of my site.
What I would like is the Prev and Next buttons to use links in the form:
http://www.mywebsite.com/gallery/index.php?album=my-gallery-name&page=2Does anyone know how to do this please? I have seen this done in some of the Zenphoto Showcase sites - but of course I can't see the PHP code there ;-)
Many thanks,
Alan
Comments
Just disable mod_rewrite in the admin options and you have it.