For Scott, Emma, Lavrai and Tom
..and other people experiencing problems with folders with spaces in the name.
I found the bug causing the filemtime error and corrected the problem. The %20 codes from the URI should have been translated back to spaces. ![]()
Also, the Lightbox links have been corrected. The code for the links to the images that weren't on display in Thumbs view or Slide view are now placed in a correct HTML element.
I have uploaded the new files to the trunk. You can download the new version of the plugin from the WordPress Plugin Directory
Go to version 0.11.1.3
Could you please let me know below if this version finally solves your problems?

19 Comments
Emma
27 September 2008Thanks Marcel … you offer great support!
Marcel (brimosoft)
27 September 2008@Emma,
I’ll put the widget on my To Do list.
thanks
Emma
27 September 2008Marcel .. The spaces issue has now resolved for me, thanks!
Also so has the sorting of the folders .. but if I use the sidebar widget to list folders then they are still not sorted but they are OK on the gallery page.
Scott
26 September 2008Yes – sounds better than previous description Marcel!
Thanks,
Scott
marcel
26 September 2008@Scott,
Yes, I have looked at the javascript for the Lightbox and it appears that the caption is only updated with non-empty strings. You could change it like this:
at line 332 of lightbox.js add after the accolade
}:else {this.caption.update(" ").show();
}
So it will use a single space as caption in case the title string is empty.
Does that help?
Scott
26 September 2008Could indeed be with the Lightbox…
See example here: http://www.genfab.com/photo-albums/?file=2003/2/Im001681.jpg
View lightbox then click next.
marcel
25 September 2008Hey Scott
Hm, but where?
I have also images without a description, but I don’t see any duplicate descriptions.
http://brimosoft.nl/gallery/?file=folder_1/
Also, when I look at the page html source code, the description is in
title=''as it should.Could it be an error in the Lightbox javascript?
Scott
25 September 2008Hey Marcel,
Noticed another very minor issue…
If you view an image in the lightbox with a description, and then follow Next link (within lightbox) to an image without a description – the previous description will still be shown for this next image. I guess theres a description string that is not being cleared.
Cheers
Scott
Tom
24 September 2008Thanks for the quick response Marcel! I really appreciate what you’ve done with this plugin.