Quote:
Originally Posted by Defkalion
Looks like it has potential. Is there any way to define the slideshow size?
|
There is a complicated way. I have adjusted it to display well and fit on most screens.
Update in v.1.02
The following piece of code in the XML and PHP files:
Code:
query_write("DELETE FROM `". TABLE_PREFIX ."slideshow` WHERE `slideshow`.`slideshowid`=
has been replaced by
Code:
query_write("DELETE FROM `". TABLE_PREFIX ."slideshow` WHERE `slideshowid`=
as it affects databases with prefixed tables.