Closed (fixed)
Project:
Slideshow Creator
Version:
6.x-1.30
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Oct 2008 at 17:16 UTC
Updated:
28 Mar 2009 at 07:44 UTC
I Installed 6.x-1.30 and the slideshow didn't start, but showed the 1st photo. I went back to 6.x-1.29 and it works again. Of course I used update.php
Comments
Comment #1
linuxuser commentedDould there be a change in 6.30 with default values?
I found:
"The rotation speed, in seconds. Leave it blank for no rotation."
I never entered a value for this and the slides changed.
Comment #2
Arban commentedSame here.
I think there is a bug in the javascript file. I don't know enough javascript to correct them. But if I use 6x-1.30 and I replace the javacript file with slideshow_creator.js,v 1.3.2.6 (6x-1.29), everything works fine.
Comment #3
sloat commentedThis looks to be fixed in CVS, but if you want to fix it for 1.3, replace line 13 of slideshow_creator.js with this:
Objects don't have the length property, but wrapping it in a jQuery object fixes it. Best would be to use a for-in block (which CVS does), but this provides a drop-in replacement.
Comment #4
Arban commentedYes... problem solved with replacing line 13.
Thanks !
Comment #5
vacilando commentedI confirm that this version only works after the line replacement.
Comment #6
brmassa commentedGuys,
im sorry about this. i forgot completely that objects dont have length.
regards,
massa
Comment #8
computer_jin commentedI want to use slideshow creator in my hook_view and i am using this like
But it is not working and its showing me the string containing this variable $slideshow.......
Please can any one help me ...if i am missing something or using wrong way to use slideshow