Hi,
I'm having a website http://www.allegro-groenprojecten.be/aanleg.html where I show some images with the gallery module. To not show all the photos at once I added the pagination option by setting the max number of thumbs to 10. This works nice but when I want to see the next 10 pictures it messes things up. The visitor is shown only the 10 pictures without the text above it. Is there a way to show the next 10 pictures on the same contentpage?
Gallery module: next page on same content page
Re: Gallery module: next page on same content page
Just add the gallery code to the template below content block- rather than directly on page - use smarty {if $page_alias=='whatever'} {gallery}{/if}