Slide show Loop Issue
| Project: | Couloir Slideshow |
| Version: | 6.x-1.6 |
| Component: | Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | closed |
| Issue tags: | Couloir Slideshow 6.x-1.6, loop, Looping Error, slideshow |
Jump to:
I am using the latest version of Drupal 6 with all modules updated. I am constructing the site for an intranet site for the organization I work for. I have the latest version of XAMPP installed on a Windows 2003 Server. XAMPP, Apache, PHP and other aspects of the environment seam to be functioning properly. I have a number of modules installed within Drupal to provide a variety of functions.
I have Couloir installed and configured for the "home" page of my site. It works as desired until it scrolls through all the images in the directory. Once it reaches the last image and attempts to move on the image box shrinks to the size of a blinking courser. I have tried disabling the Autoplay and scrolling through the images manually and it works great until I reach the end and attempt to progress to the next image.
1) Is there any known compatibility problems with other modules?
2) Is there a known solution to this issue?
Thanks for any assistance,

#1
Yes i also found that bug..........
the solution is name the folder name as it is in the block.... ex (couloir_slideshow1, couloir_slideshow2) ...
and there will be no loop issue....
regards
#2
nope sry that also wont work............
on the line 36 in couloir_slideshow.module after $ext == "php" add $ext == "db"
the loop back is caused by the stupid Thumbs.db extension the windows uses...
kinda stupid isnt it...
#3
# 2 worked!!! I guess on a linux box the existing code would work fine. Windows dependency = bad. Great solution and thank you for your help shady_gun.
#4
Automatically closed -- issue fixed for 2 weeks with no activity.