[Plugin: NextGEN Gallery] loop through images
-
I have a gallery setup within an album that has two images with “previous” and “next” buttons, as seen here:
http://www.scalpmicropigment.com/?page_id=77&album=1&gallery=11&pid=9999Instead of the previous and next buttons, Id rather just loop through the images in the gallery and have the page look like this with each image underneath each other:
http://www.scalpmicropigment.com/smp1.jpgI’ve poked around in the code and unfortunately I am not the most versed in Object Orientated PHP, but I’ve found the code that displays the image in:
/view/imagebrowser.php – line 36 (<?php echo $image->href_link ?>)
/core/image.php – line 104 (inside function get_href_link())How can I easily loop through all the images on the page to display them underneath each other instead of using the forward and back function?
The topic ‘[Plugin: NextGEN Gallery] loop through images’ is closed to new replies.