Hi,
I’m trying to set up a system where I have a MonoSlideshow (Flash / SWF) gallery on the front end, and essentially a backend by MaxiGallery, where users can upload and sort photos (in various galleries). The problem is that MonoSlideshow needs an XML configuration file to tell it the location of the photos, and descriptions etc.
The data that the XML file needs is (at least, this is all that I require... MonoSlideshow can show photo title and description but I don’t need that):
For every gallery:
- Gallery name
- Gallery Description
- Directory where large photos are located
- Directory where thumbnails are located (where each thumbail has the same file name as it’s large version, see below)
- Photo file names
How can such an XML file / feed be created?
Also, there is the issue of thumbnails: at the moment MaxiGallery creates them in the same directory as the large photos, but with a prefix of "tn_". Is there a way to set them to be created in a sub directory of the gallery directory, say "thumbnails" and with no prefix?
I hope someone can help,
Tommy T.
why use flash combined with js if js alone can do the same?
... but if you want to use MonoSlideshow, I would not combine it with MaxiGalery ... I would prefer to use pages with TV´s for the pictures (content = description, TV = picture) and use Ditto to generate the XML. with a nested structure you can organize the galeries ...
just my 2 cent ...
Quote from: tommyt at Jun 20, 2007, 03:58 AM
Hi,
I’m trying to set up a system where I have a MonoSlideshow (Flash / SWF) gallery on the front end, and essentially a backend by MaxiGallery, where users can upload and sort photos (in various galleries). The problem is that MonoSlideshow needs an XML configuration file to tell it the location of the photos, and descriptions etc.
The data that the XML file needs is (at least, this is all that I require... MonoSlideshow can show photo title and description but I don’t need that):
For every gallery:
- Gallery name
- Gallery Description
- Directory where large photos are located
- Directory where thumbnails are located (where each thumbail has the same file name as it’s large version, see below)
- Photo file names
How can such an XML file / feed be created?
Without knowing the actual structure of the XML, you could either use maxigallery custom templates or create another snippet that queries maxigallery db table to find the information.
Quote from: tommyt at Jun 20, 2007, 03:58 AM
Also, there is the issue of thumbnails: at the moment MaxiGallery creates them in the same directory as the large photos, but with a prefix of "tn_". Is there a way to set them to be created in a sub directory of the gallery directory, say "thumbnails" and with no prefix?
It’s possible to do, but you will need to modify the areas in maxigallery code where thumbnails are created and paths built to them. You would need to read though the code.
Quote from: raum at Jun 20, 2007, 04:47 AM
I would prefer to use pages with TV´s for the pictures (content = description, TV = picture) and use Ditto to generate the XML. with a nested structure you can organize the galeries ...
I would also suggest to do this instead.
"He can have a lollipop any time he wants to. That's what it means to be a programmer."