Needs work
Project:
Nodecarousel
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
1 May 2008 at 15:23 UTC
Updated:
22 Nov 2009 at 12:36 UTC
Jump to comment: Most recent file
Comments
Comment #1
jcfiala commentedHmm. Well, you could do a mouseover on the carousel that would turn off the autoscroll...
I'd have to consider it.
Comment #2
deviantintegral commentedThis is also something I'm interested in. I was thinking that the carousel would stop when an index was clicked, but a mouseover would achieve a similar effect.
--Andrew
Comment #3
mulogic commentedI am also looking for this feature. would be great, if auto scroll stops after the user clicks an index. This may give time for user to read the slide.
thanks
Comment #4
Mike Sances commentedAlso in need of this.
Perhaps the code from this comment would be helpful: http://drupal.org/node/184428#comment-615804
Just paste a variant of this in the "Javascript Scroll Event Handler:" field on the nodecarousel block settings page?
Comment #5
2c commentedSubscribing
Comment #6
rick hood commentedJust chiming in that I could use this myself. Not good enough with JavaScipt to figure this out myself. Also not sure how to implement comment #4 above.
Comment #7
rick hood commentedSorry changed title by mistake - changing back.
Comment #8
ultimateboy commentedInteresting idea.. will keep in mind for the next release.
Comment #9
artscientific commentedThis would be a Very Good Thing(tm)
Comment #10
jacerider commentedYeah, very easy to get working.
Search nodecarousel.module for:
And add the below code directly after:
Would be a simple addition to module core -- ideally with an option to enable/disable the functionality in the module admin.
Comment #11
iamwhoiam commentedthanks!
Comment #12
jason ruyle commentedI wanted to know if anyone has a suggestion on how to get this working with the class index_control_list?
The index_control information is created after the hover function is created, so if I try and put that code in, it says the function hasn't been created.
Not sure how to go about fixing this.
Comment #13
deviantintegral commentedHere's a patch against 5.x-dev of the code in #10. It doesn't implement this as a toggleable setting yet, though IMO carousels should never move when it has focus anyways.
Comment #14
nbchip commentedConcerning index_control_list
After Line 1542 add: