Showing posts with label php Displaying all images from an album on MODx with Gallery Extra. Show all posts
Showing posts with label php Displaying all images from an album on MODx with Gallery Extra. Show all posts

Displaying all images from an album on MODx with Gallery Extra

Wednesday, November 4, 2015

On MODx I have a page (a basic one: menu on the left column + content on the right). And I have a gallery created with Gallery Extra.



On click (on a link from my menu) I want to open another page displaying all images contained in that specific gallery. I do not want to show thumbnails, but every full size image, one after the other. So that when I scroll the page, I can see all my images from that gallery.



I found this here: http://forums.modx.com/thread/85951/how-do-i-display-all-the-images-in-an-album-without-thumbnailing-them-with-the-gallery-addon



A modified thumbTpl plus a chunk like this should solve the problem:








But actually the [[+image_absolute]] placeholder does not work for me.
It does not show any image at all, the img src results broken.
([[+image]] works, but displays small pictures)



Suggestions?