hi, how to add new pictures when the galery is already uploaded on the server?
what I did: I defined a new directory for all new pictures. I get then a "Thumbs" and "Images" directories and a Galery.xml
I copied after that, the concerned lines
<images>.......</images>
in the old defined galery.xml from the server (with dreamweaver)
I uploaded the new thumbnails and the new pictures on the server (in the suitable category/directory)
BUT i have a problem:
the pictures that follow the new inserted images don't display. I mean:
<image>
<filename>pic1.jpg</filename>
<caption>pic1.jpg</caption>
</image>
<image>
<filename>picx+1.jpg</filename>
<caption>picx+1.jpg</caption>
</image>
........
..................
<image>
<filename>newpic.jpg</filename>
<caption>newpic.jpg</caption>
</image>
the next pics won't be displayed (number after the new inserted)...
Who can help me?