I'm trying to get uc_manufacturer to use an imagecache preset for the block... this keeps files consistent and makes uploading new files easier (e.g. don't have to resize them beforehand). It would probably be better to use a different preset than the one setup for the manufacturer page, because that one is pretty small.
Comments
Comment #1
goodeit commentedLooking further into it, uc_manufacturer_block should probably be a theme function.
Comment #2
goodeit commentedHere's my first stab at it... seems to work fine (but its not themed). all I did was comment out line 283 and then add:
the imagecache preset is called 'manufacturer_block'.
Comment #3
blagrone commentedhi gooedit,
Thanks!
It worked for me. I'm a nube.;), so I also tried this code; both worked just fine.
What's the proper way to add this to the code? a patch, theme function? Happy to contrib, if anyone can point me int he right direction, me being a nube and all.