Page 1 of 1

The new version of printing

Posted: Tue Oct 30, 2007 7:32 pm
by RobertPetersen
Sorry all. This might be a complete stupid question, never the less, I will ask it, and hope someone understand what i mean.

I just upgraded from version 1.02 to the new CMS Made Simple 1.2 "Barbados" and It went perfect... The news module did not work, but after reading in this forum, I got it to work.

Here comes the question:
It says under the "Announcing CMS Made Simple 1.2"
"Adds a new ‘print’ plugin capable of generating pdf filees
from one or more pages"
But how do I make this work ?
I am looking at this existing parameter
{print showbutton=true script=true}

And think I need to put this in somewhere ?
{cms_module module='printing' params}
{$linkimage}{$linktext}

The site is www.digitizer.dk

Hope that someone can help me....

Best regards Robert

Re: The new version of printing

Posted: Tue Oct 30, 2007 8:38 pm
by RonnyK
Robert,

the old print-tag is renamed to {oldprint}. The current print-tag is basically a wrapper to call the printing-module. So without doing anything, the {print} that was/is called in the template is already calling the new module. Only for additional things like PDF, you have to call the module.

Ronny