Closed (duplicate)
Project:
Content Construction Kit (CCK)
Version:
5.x-1.4
Component:
content.module
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
10 Mar 2007 at 19:57 UTC
Updated:
10 Jul 2008 at 11:08 UTC
Jump to comment: Most recent
Comments
Comment #1
pobman commentedSorry - thought this was going to a forum. I've moved it now!
Comment #2
karens commentedI think what is missing is to add a 'print' hook to the content module, which I assume would be the same as the 'view' hook. I'm not completely sure how the printer-friendly part is supposed to work, but that appears to be right. Can anyone confirm this? If so, it would be an easy fix.
I'm making this a bug report since I think the content module should be supporting the 'print' hook.
Comment #3
karens commenteder, I guess I should say I think we need to add a 'print' op to nodeapi that looks the same as the 'view' op. I keep getting my terminolgy mixed up on hooks and such.
Comment #4
tkgafs commentedDoes anyone have an update to this problem or some more pointers as to what exactly would need changed
Comment #5
Anonymous (not verified) commentedI requested a similar feature for the printer friendly module; see http://drupal.org/node/142279.
I mention it here in case there's one change that'd make both CCK and php-generated pages printer friendly.
Comment #6
jonathan_hunt commentedThis module appears to be processing the node body directly, instead of using the content array. The following workaround is working for me.
Comment #7
jcnventuraMarking as duplicate of #195688: Support the 'print' operation in content_nodeapi and fieldgroup_nodeapi