Closed (works as designed)
Project:
Printer, email and PDF versions
Version:
6.x-1.14
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Dec 2011 at 17:13 UTC
Updated:
13 Jun 2012 at 14:45 UTC
Jump to comment: Most recent file
Comments
Comment #1
jcnventuraI can't reproduce this. Can you please try the latest dev?
Comment #2
anrikun commentedSorry for this late response: was on holidays!
I will try the latest dev as suggested and let you know.
Comment #3
harry slaughterI see this behavior as well.
I have a nodetype with certain fields configured never to display, yet they still show up in the printer-friendly page.
print module version: 6.x-1.12
Comment #4
harry slaughterComment #5
harry slaughterWas able to reproduce this problem in 6x1xdev
Comment #6
harry slaughterJust a note.
Out of curiosity, I changed line 508 of print.pages.inc:
After doing this, the hidden fields were not present in the print view.
Comment #7
jcnventura@Harry Slaughter: this is because you're using it wrong... There's a "Print" build mode that will use different settings from the normal view.. The change you did undid that setting, which is not the desired behavior.
Comment #8
harry slaughterHi JC,
I'm not suggesting that changing the build mode is a fix, simply that changing it makes hidden CCK fields hidden in the PF view. I would find this useful for debugging the issue.
I'm going to be looking for a fix for this today. I'll post back if I end up finding a solution that is useful to others (rather than a hack).
Comment #9
harry slaughterMy bad. I never realized CCK let you show/exclude fields by build_mode, but it does.
Go to 'admin/content/node-type/NODETYPE/display/print' and simply turn off fields you do not want to show on your PF page.
Comment #10
anrikun commentedI've just tried the latest dev and it seems to work now.