I just started using your software (about a week ago) and it has been a joy using it, and customizing it.
I can't find anything not to like on it, the database is understandable without documentation, even the code is. (although my playground is more dotnet).
If you want to see what I made up till now feel free to visit.
http://hermansnoens.com/Gallery
Again my thanks
Ronny
Offline
Hi rhermans,
Nice gallery!
It's the first time I see the "start slideshow" on Lightbox directly. Did you code it yourself?
Offline
Thanks plg,
If you can call that coding ;-) , the slideshow plugin already loads all the images in the gallery so you only have to add the parameters needed for the slideshow.
I just added
slideshow:true,
slideshowAuto:false,
slideshowSpeed:3000,
preloading:true,
below jQuery("'.$selector.'").colorbox({
in the lightbox.php file of the lightbox plugin.
(might be a good add on in the parameter section of the plugin)
Still have to change the link to the slideshow in the theme to the lightbox.
Offline