NewsFeaturesDownloadsDevelopmentSupportAbout Us
Plugin print

Plugin print

From LifeType Wiki

Name: print

Latest version: 20070226

Download link: http://prdownloads.sourceforge.net/lifetype/1.2_print.zip?download

License: GPL

Author: The LifeType Project

[edit] Description

Generates a nice "print view" of a post, based on a very simple template (which can be customized)

[edit] Configuration

Add the following to your post.template file:

<a href="{$print->printView($post)}">Print View</a>

You should get a URL looking like index.php?op=printView&articleId=XX&blogId=YY.

[edit] Notes

The look and layout of the template used to generate the print view is based on the contents of the plugins/print/templates/printview.template file, so feel free to customize it as much as you want. Just keep in mind that the same will be used by all the users of the plugin.