Page 1 of 1

Printable Version

Posted: Fri Feb 06, 2009 11:11 am
by sicherheitsblog
Hi,

is there any plugin/URL-syntax/... to open a window with only the text (and maybe the comments) of a blog post (preferably also for static pages etc.) without banner and sidebars? My blog template supports this for actual printing via CSS, but some users don't seem to get that.

Thanks

Michael

Re: Printable Version

Posted: Fri Feb 06, 2009 11:13 am
by garvinhicking
Hi!

No, there is no such easy method...the print Stylesheet is really the best way to cover this. What don't your visitors understand about hitting the print button in their browser? :-)

What you could do is edit all your smarty templates and check for a GET Variable like "?print=true", and when this is set, you suppress most of the HTML output. But that requires some work inside your template files.

Regards,
Garvin

Re: Printable Version

Posted: Fri Feb 06, 2009 11:25 am
by sicherheitsblog
Thank you for the extra-quick reply! I was indeed hoping for something a little more "plug and play" :)

Regards

Michael