doesn't the print module only pull {content}?
have you looked at this parameter.
(optional) includetemplate="false" - If set to 'true' this options makes the print/pdf process the whole template, not just the main content. This probably requires some work on print-specific styles with the mediatype 'print' enabled.
i've never used the print module.. i just make sure the print media stylesheets make sweet output.
How to get extra content blocks to print with the Printing module?
Re: How to get extra content blocks to print with the Printing module?
eternity (n); 1. infinite time, 2. a seemingly long or endless time, 3. the length of time it takes a frozen pizza to cook when you're starving.
4,930,000,000 (n); 1. a very large number, 2. the approximate world population in 1986 when Microsoft Corp issued its IPO. 3. Microsoft's net profit (USD) for the quarter (3 months) ending 31 March 2007.
CMSMS migration and setup services | Hosting with CMSMS installed and ready to go | PM me for Info
4,930,000,000 (n); 1. a very large number, 2. the approximate world population in 1986 when Microsoft Corp issued its IPO. 3. Microsoft's net profit (USD) for the quarter (3 months) ending 31 March 2007.
CMSMS migration and setup services | Hosting with CMSMS installed and ready to go | PM me for Info
Re: How to get extra content blocks to print with the Printing module?
is there a solution for this? becaus in my main template i am embedding my content this way:
{content assign="Column1"}
{content block='Content_right' assign="Column2"}
{$Column1}
{$Column2}
and therefore i tried to replace the {content} tag in print template with {$Column1} and {$Column2} but this wont work
but when i use {get_template_vars} there is just the {content} tag. what should i do now?
{content assign="Column1"}
{content block='Content_right' assign="Column2"}
{$Column1}
{$Column2}
and therefore i tried to replace the {content} tag in print template with {$Column1} and {$Column2} but this wont work

but when i use {get_template_vars} there is just the {content} tag. what should i do now?
Last edited by nicmare on Sat Jul 10, 2010 11:23 am, edited 1 time in total.