Page 1 of 1

Gallery Module - get only several specific images

Posted: Fri May 13, 2011 12:00 am
by toto
??? Hi friends.

In Gallery Module how can i get only all images with specific and similar filename.

For example autocar1.jpg, autocar2.jpg, autocar3.jpg.
I have a gallery with 50 images and some of them have a specific filename like: autocar1.jpg, autocar2.jpg...

How can i show the gallery, but showing only these images with similar filename and different number?

Thanks

Re: Gallery Module - get only several specific images

Posted: Fri May 13, 2011 10:43 am
by Marijus
You can call a single image with

Code: Select all

{Gallery img=123}
or create subgallery autocar and put all autocars images in it
Than call

Code: Select all

{Gallery dir="autocars"}
And read module help ;)