Tuesday 22 September 2009 9:05:57 am
Hi all, I've made 2 templates for my photo gallery: - One is a folder template which displays each image with buttons "display" and "download". The other is a template of detail which contains the current image (just one image by page) and arrows at left and at right of the image to allow the navigation between each picture in the gallery. This part works fine (the navigation arrows do their job correctly). But when I click from the folder template on "display" button to display details of the the image on which I clicked, I get always the same image (the first one). It seems that I always need to declare (offset)/number_of_page in my URL. How can I make my "Display" button work and display the correct image in my template of detail (which is paginated) without having to specify a number of page ? Is there something I'm missing ?
|