Closed (fixed)
Project:
Jquery Slideshow
Version:
5.x-1.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Dec 2008 at 20:33 UTC
Updated:
4 Jan 2009 at 02:50 UTC
Jump to comment: Most recent file
Comments
Comment #1
nvoyageur commentedRight now Jquery Slideshow only works with Imagecache 1.x
Comment #2
soyarma commentedI really like this slideshow, but I needed to use imagecache2, so I did a quick hack on the module to make it work. Not all of the transitions work, but I only needed fade (which does work) so I didn't look into why the others have issues.
I make no guarantees and reiterated that this is a quick hack.
Replace your module file with this one.
Comment #3
soyarma commentedError in that zip I uploaded. I had forgotten to remove some cache clearing stuff that made imagecache2 angry.
Use the zip below instead
Comment #4
nvoyageur commentedWow, that is a hack. I'd rather use the APIs provided by Imagecache then to run my own queries on the database. If Imagecache changes it's db schema, then you need to redo your queries.
Thanks for the code.
Comment #5
soyarma commentedThe two added functions are actually the functions right out of imagecache 1.x, so technically they are the API 1.x function calls
The format of those tables remained the same between 1.x and 2.x, so I imagine that they will remain the same until 3.x at least.
Comment #6
nvoyageur commentedThe 5.x dev version on http://drupal.org/node/338700/release now supports Imagecache 1.x and 2.x. If you need Imagecache 2.x then please test this version. It works for me thus far. After a few days I'll add it as another release if it doesn't have any other bugs.
Next on this list is upgrading to 6.x, that will take upgrading the CCK dependencies.
Comment #7
nvoyageur commented