Hi,
I just updated both the print and imagecache modules.
I have a CCK content type that contains images/thumbnails using imagecache. The printer friendly page of this node type used to show these images.
After the updates, the images have been replaced by links to those images.
I looked thru the config of the module, issues of the module, and havent seen how to get the images showing again.
I am gritting my teeth because it is likely some simple setting and I will feel dumb when someone points it out but please help.
Thanks ahead of time!
Comments
Comment #1
jshprentz commentedSeeing the same problem.
I checked the settings in /admin/content/node-type/my-content-type/display/print to see how my photos were configured to display for printing. They were set to Generic files. That can't be right.
In the Basic tab, the same photo fields display as Thickbox: thumbnail-150h image, which I configured to display a 150-pixel high image that links to a watermarked, screen sized image (opened by Thickbox).
I changed the Print tab setting to match the Basic tab setting. Now the print friendly page shows the thumbnail images with with footnotes providing URLs for the screen sized images.
Comment #2
drupaloo-1 commentedHey jshprentz!
That fixed the problem for me too!
Thanks very much for sharing your solution!
Comment #3
jshprentz commentedYou're welcome, drupaloo.
Since the same configuration change worked for both of us, I am changing the status of this issue to "by design."
Comment #4
jcchapster commentedAh.
Thank you. I was trying to resolve this same issue, and your reply was exactly what I needed.
Didn't think of the fact that the print display options could effect this.
There are options everywhere in Drupal. Thats good. Mostly. ;)
Thanks!