1) Batch Upload doesn't work properly. When uploading files that have the same name or have the same name of files that have been previously uploaded an error occurs and the photos do not get uploaded properly. Also, the photos that already existed with the name are also deleted.
I haven't tested this problem with single file uploades but I am assuming the problem lies in uploading files with the same name so this will need to be fixed for single or batch uploads.
2) When you go the Gallery and view Albums the navigation plays up with Albums that are nested in other Albums.
Home >> Gallery >> Album Name
works fine
Home >> Gallery >> Album Name >> Sub-Album Name
when you click on Albulm Name the navigation becomes:
Home >> Album Name
Gallery disapears
Same with further sub albums
Home >> Gallery >> Album Name >> Sub-Album Name >> Further-Sub-Albums
when you click on any Albulm Name the navigation loses the Gallery link
3) When I turn on Watermark everything is fine until I try and view th image itself in the album.
The image does not show up... instead I get the red cross (when an image can't be loaded) icon.
I know it says its buggy but its a really usefull feature and I an hoping for it to be fixed so it can work.
4) This isn't really a bug... but it bugs me so I thought I'd mention it.
In the "Semantic" version 2.0 template it would be much nicer if you made the albulm title/name bold and in 12px size font.
The title/name should stand out more than the discription.
Also it would be good if the title/name was made as a link to enter the albulm.
I have edited the following to the get the album title/name bold and larger.
File: components/rsgallery2/temaplates/semantic/css/template.css
Add:
.rsg2-galleryList-name {
font-size: 12px;
font-weight: bold;
}
File: components/rsgallery2/temaplates/semantic/html/gallery.php
Line: 35
Change From:<?php echo $kid->galleryName;?>
To:<div class="rsg2-galleryList-name"><?php echo $kid->galleryName;?></div>
I did not know how to make the title/name linkable though so I will leave that one up to you guys who know what you're doing.
If the developers could implement these fixes in the next release I would greatly appreciate it.
Thanks for all the hard work and for a such a great extension!
