Closed (fixed)
Project:
Views Slideshow: Dynamic Display Block
Version:
6.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Oct 2009 at 17:21 UTC
Updated:
14 Jul 2010 at 08:50 UTC
Jump to comment: Most recent file
Comments
Comment #1
ppblaauw commentedDid you set an imagecache preset for the pager-item image in the configuration page of the views_block?
Can you attach your template.php file and the result of the debug lines when you enable the debug lines in the configuration page of the views_block.
If possible can you also send a link to the Internet site?
Please send the additional information, so I can help you better.
Comment #2
Tony Sharpe commentedYes, imagecache preset was set for both. Site is in test area so can't give a link to it. Attached is the template.php code, including a couple of echo statements printing the value of $vars['views_slideshow_ddblock_slider_settings']['imgcache_toggle']. Attched is the debug printout and down the bottom you'll see the results of the echo statement.
Thanks for your support.
Comment #3
ppblaauw commentedI the result of the debug line I see that your pager image cache setting is:
The function backlandjazz_preprocess_views_slideshow_ddblock_pager_content(&$vars) {
does use the
instead of the
that is why your code
has no result
Don't know why image cache preset for the pager image is not used, can not find a bug anymore in the module code.
Did you download the latest dev release from OCT 18?
There was an issue before with image cache (Can't get image_cache working for slide images) which is committed in the version of OCT 18.
Comment #4
Tony Sharpe commentedChanging my debug echo to
echo 'Pager' . $vars['views_slideshow_ddblock_pager_settings']['imgcache_toggle'];This still shows no value as being set.Without forcing
$vars['views_slideshow_ddblock_slider_settings']['imgcache_toggle'] = '1';then the pager does not use image cache. Note that forcing$vars['views_slideshow_ddblock_pager_settings']['imgcache_toggle'] = '1';does not solve the problem.Thanks
Tony
Comment #5
ppblaauw commentedPatch to make image_cache for pager_items work.
Comment #6
Tony Sharpe commentedThanks - works fine! Great job.
Tony
Comment #7
ppblaauw commentedCommitted to version 6.x-1.0
Comment #9
joegraduateI am running version 6.x-1-0 of this module and am still seeing this problem.
The patch referenced in comment #5 does not appear to have been applied to to version 6.x-1-0. The issue remained until I manually applied the patch.
Regards,
Joe
Comment #10
Tony Sharpe commentedCoincidently I have just upgraded to 1.0 and the problem came back. I agree that the patch is not included. I manually patched the file and it's working again.
Comment #11
ppblaauw commentedTony
Could you create a patch file of your changes for version 1.0 and attach it here?
Thanks,
Philip
Comment #12
grimer commentedHi,
I'm having the same problem. Have you had a chance to include the patch?
Thanks,
Rob
Comment #13
grimer commented*Bump*
Comment #14
joegraduatePhillip,
I think the original patch (the one attached to comment #5) should still fix version 1.0
(At least applying the patch to my 1.0 version seemed to work)
Joe
Comment #15
ppblaauw commented#14 joegraduate and Tony Sharpe
Can you attach the views_slideshow_ddblock.module file you patched manually.
Comment #16
joegraduatePhillip,
The attached file has been manually patched with the patch referenced in comment #5 of this issue/thread as well as the patch referenced in comment #9 of the following issue/thread: http://drupal.org/node/811434#comment-3125942
The issues I had previously experienced (pager ImageCache images not displaying) is not present in my testing with these patches in place.
Thanks for your work on all of this.
Regards,
Joe
Comment #17
ppblaauw commentedCommitted to version 6.x-1.1