image gallery w/100 images - easier method to open???

5 messages Options
Embed this post
Permalink
porter

image gallery w/100 images - easier method to open???

Reply Threaded More More options
Print post
Permalink
Is there an easier way to open a shadowbox gallery without having to copy/paste the next line of code 100 times for the next image and then change the image number 100 times??

Example:

View my gallery of 100 photos


Is there a way I can just tell shadowbox to go to [galleryAlbum] on my site and have it show all 100 photos in a gallery rather than typing each image within the gallery???

Thanks in advance,
porter
porter

Re: image gallery w/100 images - easier method to open???

Reply Threaded More More options
Print post
Permalink
my code obviously didn't work there... I'll try this again:

example code:
a rel="shadowbox[galleryAlbum100photos];options={slideshowDelay:3}" href="http:/www.mysite.com/shadowbox/galleryAlbum100photos/photo001.jpg" class="option" title="Gallery of 100 photos" />View Gallery of 100 photos
a rel="shadowbox[galleryAlbum100photos];options={slideshowDelay:3}" href="http:/www.mysite.com/shadowbox/galleryAlbum100photos/photo002.jpg"

repeat last line 98 times but changing the photo digits from 001-100
**took out the <a rel & </a because posting errors**
porter

Re: image gallery w/100 images - easier method to open???

Reply Threaded More More options
Print post
Permalink
In reply to this post by porter
or is this not possible?
porter

Re: image gallery w/100 images - easier method to open???

Reply Threaded More More options
Print post
Permalink
anyone?
Wizzud

Re: image gallery w/100 images - easier method to open???

Reply Threaded More More options
Print post
Permalink
In reply to this post by porter
No.
Shadowbox is client-side javascript, ie. it works with the browser content. To get a list of files off your server your need server-side script, such as PHP, to provide the browser with the necessary links (or enough information for client-side script to build the links into the current page).
Combine literacy with curiosity and a whole world of information opens up to you