Closed (duplicate)
Project:
Printer, email and PDF versions
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
14 Jan 2007 at 05:13 UTC
Updated:
25 Jun 2007 at 10:33 UTC
I was experimenting today with an approach that would make all pages printable. As we get more sites with panels, views, etc., there's an increased need to be able to print more than nodes and profiles. The approach also saves most of the custom handling that's needed in print module, meaning that it will be easier to maintain. That said, some of the custom node display done in print.module might not be feasible.
I've put the draft idea in CVS at:
http://cvs.drupal.org/viewcvs/drupal/contributions/modules/printable/
Would there be interest in adapting the approach for print.module? Should I instead do this in a separate module?
Comments
Comment #1
nedjoNote that the draft is for Drupal 5.
Comment #2
wmostrey commentedFor this basic functionality I would not require the user to download and enable another module (pagearray). As far as I can see, you don't need it. Base yourself on this, to include in print_generated_node:
Comment #3
nedjoNote that the point is to make all pages (all paths) printable, not only nodes.
As I didn't hear back after inquiring with the print module maintainer, I posted printable as a new module, http://drupal.org/project/printable.
Comment #4
wmostrey commentedDuplicate of #71391