Closed (fixed)
Project:
Dynamic display block
Version:
6.x-1.0-rc6
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Mar 2009 at 10:32 UTC
Updated:
11 Dec 2010 at 18:06 UTC
Jump to comment: Most recent file
Comments
Comment #1
ppblaauw commentedIn the template file: ddblock-cycle-block-content.tpl.php, every image was given a width and height of 55px if you don't use Imagecache.
The following patch should solve the issue.
If you have the upright10-50 themes installed also download these from ddblock.myalbums.biz and install them again.
If you made changes to the upright10-50 themes you can also only change the file:
ddblock-cycle-block-content.tpl.php
Please let me know if this solves your issue.
Comment #2
lutin commentedYes, this helped. Thanks a lot!
Comment #3
ppblaauw commentedClosing the issue. Patch will be applied in next version of the dynamic display block module.
Comment #4
wwwoliondorcom commentedHello,
Is this patched already applied in rc6 ?
Because I never managed to apply any drupal patch, so I just accept my accept retarded and try to find others solutions :-)
Thanks.
Comment #5
ppblaauw commented@wwwoliondorcom
No it is not applied in RC6
Have a look at the patch file.
It is only one line with needs to be adjusted. (getting width and height)
Hope this helps you further, please let me know.
Comment #6
massyboy commentedWhy patching?
It's just about deleting the...
" width="55px" height="55px" " text on line 75 of the tpl.php file of hte ddblock module...
Patching this, is like "using a buildozer to dig a pit of 1m deep en 1m diameter"...
Anyway, the result is the same, i'm happy that these awfull 55x55px presets are gone :-)
(small tip for those who stumble on this for the first time: install and use firebug for firefox... It has helped me see)