free flash templates
free flash templates menu free css & photoshop templates menu free flash animation

PDA

View Full Version : [SOLVED] Template 9 adding more then 1 Album!! Please HELP


Seandirty
10-07-2009, 03:01 PM
I have been staring at code, and pulling out my hair for almost a week trying to add more then 1 album to the gallery.xml Ive tried every combination of
(original album)
<albums>
<yadda yadda>
</albums>
</albums>
********************
(second try)
<albums>
<album title>
</albums>
<albums>
<album title>
</albums
</albums>
********************

Well ive tried alot of combo's SOMEONE PLEASE HELP
www.seandirtyproductions.com
The current code i have is. I cut it down to just 1 pic to make it simple.

<albums>
<albums title="Picture" description="Various Models">
<image title="Alicia" date="21.04.08" thumbnail="image-1.jpg" image="image-1.jpg" link="images/photosgallery/thumbs/image-1.jpg" >Image description</image>
</albums>
</albums>

freenicetemplates
10-08-2009, 03:27 PM
Hi,
Replace
</albums>
</albums>
by
</album>
</albums>

That's help ?

Seandirty
10-08-2009, 04:42 PM
Unfortunatly no it did not work :(

</album>
</albums>

Seandirty
10-08-2009, 08:56 PM
Could someone please post how they added a second album (Not Gallery) as in their code...

It looks like everyone else with template 9 had just added a second gallery (as in a second webpage) rather then added albums... (clicking on the small icon on the bottom left)

freenicetemplates
10-09-2009, 09:47 AM
Here is an example for you:
<albums>
<album title="Picture" description="Various Models">
<image title="Alicia" date="21.04.08" thumbnail="image-1.jpg" image="image-1.jpg" link="images/photosgallery/thumbs/image-1.jpg" >Image description</image>
<image title="Alicia" date="21.04.08" thumbnail="image-2.jpg" image="image-2.jpg" link="images/photosgallery/thumbs/image-2.jpg" >Image description</image>

</album>
<album title="part2" description="Various Models">
<image title="Alicia" date="21.04.08" thumbnail="image-1.jpg" image="image-1.jpg" link="images/photosgallery/thumbs/image-1.jpg" >Image description</image>
<image title="Alicia" date="21.04.08" thumbnail="image-2.jpg" image="image-2.jpg" link="images/photosgallery/thumbs/image-2.jpg" >Image description</image>
</album>
</albums>

Seandirty
10-09-2009, 12:14 PM
OMG OMG OMG, ive been trying to do that for the better part of 2 weeks now I dunno how that code makes any sense since it doesnt open the second album but it works THANK YOU I LOVE YOU!!!!


SOLVED!!