Hi,
I've trye to build a slide form a view containing imagecache images, but it shows only original images.
I've looked at the views_slideshow_ddblock_add_image function in views_slideshow_ddblock.module and found some stranges things.
First, I think that we must replace "$vars['ddblock_pager_settings']" and "$vars['ddblock_slider_settings']" by "$vars['views_slideshow_ddblock_pager_settings']" and "$vars['views_slideshow_ddblock_slider_settings']"
But even if the "Use imagecache presets" checkbox is checked, I get an empty $vars['views_slideshow_ddblock_slider_settings']['imgcache_toggle'] value in the views_slideshow_ddblock_add_image function
(by the way, the $vars value is realy huge ! )
Comments
Comment #1
Anonymous (not verified) commentedI think I've found the cause of the problem
In the views_slideshow_ddblock.theme.inc file, line 90, I had to replace
by
Comment #2
ppblaauw commentedThank you for finding and posting this bug
Attached is a patch to fix the image cache presets not used issue
Edit:new patch, see #3
Comment #3
ppblaauw commentedStill an issue found
attached a new patch
Comment #4
introfini commentedI've tested it and it works.
Thanks :-)
Comment #5
ppblaauw commentedThanks for testing
Will be committed in next dev release
Comment #6
ppblaauw commentedCommitted to next dev release 18-OCT-2009