ngauto:
sport_billy thank you for this add-on. I installed it and have it working. I have two questions though.
1)Everything works great when I add an image but when I want to delete one of the slides I get an error message:
"1054 Unknown column 'slideshow.image' in 'where clause'
in:
[DELETE FROM zen_slideshow WHERE slideshow.image='PICT00022.jpg']
If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields."
2)Is there a way to adjust the slide speed?
Thanks again, this add-on was very helpful!
Hey i am happy that you find it useful :smile:
In order to solve this error open the file "ADMIN/slideshow.php"
and replace line 73 which says this
$slideshow_query = "DELETE FROM " . TABLE_SLIDESHOW. " WHERE slideshow.image='$slide_remove'";
with this
$slideshow_query = "DELETE FROM " . TABLE_SLIDESHOW. " WHERE " . TABLE_SLIDESHOW. ".image='$slide_remove'";
I will update this to the next version i will upload.
Thank you.