Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#1 2012-02-20 23:28:08

adamr
Member
Registered: 2011-08-01
Posts: 10

image gallery to display every image uploaded in the images tab

Hi guys,

I’m developing an image gallery and was essentially looking to make every image that’s uploaded in the image tab automatically appear in the image gallery page. Images will be displayed as <li>s in an unordered list. Just wondering if this was possible.

Thanks,

Adam

Offline

#2 2012-02-21 01:20:03

tye
Member
From: Pottsville, NSW
Registered: 2005-07-06
Posts: 859
Website

Re: image gallery to display every image uploaded in the images tab

Very much possible using any of the standard built in image tags

For example this would output all the images in the database in an unordered list.

<txp:images auto_detect="" wraptag="ul" break="li" class="my-class" />

There are many ways to do it, reading the first link will explain everything and also show how much you can easily include image info etc

Offline

#3 2012-02-21 13:58:26

adamr
Member
Registered: 2011-08-01
Posts: 10

Re: image gallery to display every image uploaded in the images tab

Thanks a lot man, extremely helpful.

Offline

Board footer

Powered by FluxBB