I want that block which are located in "Content" area also display in print version of page.
How can i do this?

Comments

jcnventura’s picture

Status: Active » Closed (works as designed)

You can't. Removing the blocks is precisely what the print module was designed to do..

Of course, if you know enough PHP, you can create your own version of the print.tpl.php that does include those blocks. I can't help you more than that.

João

dillonm’s picture

Version: 5.x-3.5 » 6.x-1.0
Status: Closed (works as designed) » Needs review

Reopening. This should be an option to include or not include blocks. Especially if you use something like node block which generates blocks to display nodes.

jcnventura’s picture

Status: Needs review » Closed (works as designed)

The needs review status is for when you provide a patch. Since you haven't, the correct status is either:

a) postponed - where all the stuff which may get done one of these days ends up
b) won't fix - closer to my feeling about when this will get done, if nobody does it for me
c) by design - which basically sums up the correct status

I am willing to change my mind, and waste my free time doing something to which I object on principle, but I certainly won't do it for free. I am willing to add the option, if anyone provides a patch for it though. Until then, please don't change the status.

João

dillonm’s picture

Cheers for the explanation. I'm playing with the code now.

dealancer’s picture

The alternative solution is to use viewfield or computed_field.