Closed (fixed)
Project:
Printer, email and PDF versions
Version:
6.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
3 Sep 2009 at 17:25 UTC
Updated:
20 Sep 2009 at 22:03 UTC
Comments
Comment #1
jcnventuraThat level of customisation at user level will probably only be available in Drupal 7, where the build mode system will allow you to select what parts of the content are displayed in the 'print' mode.
Currently, to do what you want, you must customize the print.tpl.php file, and use pattern matching to tailor the content string to whatever you need.
João
Comment #2
aarailfan commentedThat's pretty much what I've been doing, and then replicating it when I update. One point I'm not sure on is how to remove the attachments in the message from the printer friendly page. Any suggestions?
-David Simmons
Comment #3
jcnventuraYou don't need to replicate it when you upgrade. Move the template file to your theme folder and the module will pick it up.
As to how to remove the attachments, look into preg_replace().
Comment #4
jcnventuraNo further info in two weeks. Closing the issue.