The printer friendly page doesn't show pictures anymore, it just links to the full picture. I am using imagecache to display a 'preview' picture on the node page, but on the printer version of that it just shows a link to the full size image.
I know this is similar to an issue further down, but i couldn't solve anything from that.
I also realised that the printer friendly version isn't actually displaying the node content, it is showing everything. Ie, i have several CCK fields which i do not want displayed to the public (email, etc). I have turned these off on the node page (so it just shows the title, a picture field, the text, date, and a ckk field for the persons name) but on the printer page it shows all these.
I thought it just showed what was on the node page
Comments
Comment #1
jcnventuraYes, this is basically the same problem as in #441740: Images are shown as link in printer friendly page. I don't yet understand what is making the link show up as a preview picture..
However you do mention that it "doesn't show pictures ANYMORE". Did it use to show the pictures in version 1.4? There's some work going on that may require a fix by CCK for properly supporting print modes. Can you please try the latest dev and see if you can see the pictures again?
Comment #2
chris_huh commentedAh, yes the dev version works fine. It shows all the correct information too (ie none of the cck fields i want kept hidden). Thanks
Comment #3
jcnventuraIt seems I need to have CCK fix that problem before I re-make the changes I undid in the last dev version.
João