Closed (fixed)
Project:
CCK Slideshow
Version:
5.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 Sep 2007 at 13:30 UTC
Updated:
11 Oct 2007 at 18:41 UTC
The problem I mentioned in http://drupal.org/node/168653 was indeed a bug. My co-worker found the solution.
Problem is that the width and height of the image in the stylesheet was empty/not calculated.
Solution is:
change in cck_slideshow.module on line 348: $image = image_get_info($image[0]['filepath']);
to $image = image_get_info($images[0]['filepath']);
An extra 's'.
I can't make a patch.
Comments
Comment #1
quicksketchThanks! That's definitely a problem. Committed to CVS and I'll make it part of 1.2 to be released imminently. For for more complex patches, take a look at the excellent patch documentation at http://drupal.org/patch/create.
Comment #2
(not verified) commented