Closed (fixed)
Project:
Printer, email and PDF versions
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Issue tags:
Reporter:
Created:
15 Feb 2011 at 20:46 UTC
Updated:
3 Jan 2014 at 02:58 UTC
Jump to comment: Most recent
Comments
Comment #1
michaelfavia commentedAbove patch graciously funded by DailyRX.com. Sorry for the bugspam.
Comment #2
jcnventuraComment #3
chipway commentedGreat job João,
I added some variables thru a preprocess function hook_preprocess_node(&$vars), and was able to print these variables with the tpl.php template for screen media.
But i didn't get these varaiables available on the wkhtmltopdf PDF version of the node page.
After applying Michael's patch, i get these variables and do not need a specific print.xxx.tpl.php. I have them as well on the PDF version of the node page.
Thank you Michael for your patch.
João, hope you get more reviews and commit the patch. Thank you.
Léon
Comment #4
jcnventura@michaelfavia: committed it to dev.. Now to test if it works :)
Thanks for the patch!
Comment #5
jcnventuraSeems to be working fine.. Thanks again.