wp-print plugin for Dashboard?

View: New views
3 Messages — Rating Filter:   Alert me  

wp-print plugin for Dashboard?

by Mike Walsh-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Is anyone aware of something like wp-print for the Dashboard?  I have
a plugin that displays some information in tables that I would like to
be able to print (to a PDF file) and e-mail it to someone.  I have
been unsuccessful in finding anything that does this.

The other idea I had was to modify the CSS of the Dashboard such that
only the content within the "wrap" DIV class is displayed but so far I
am not having much luck with that either.

Any suggestions on how to achieve a "printable" page from the
Dashboard without all of the WordPress header, footer, and menu
content included?

Thanks,

Mike
_______________________________________________
wp-hackers mailing list
wp-hackers@...
http://lists.automattic.com/mailman/listinfo/wp-hackers

Re: wp-print plugin for Dashboard?

by Andrew Ozz :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Mike Walsh wrote:
> The other idea I had was to modify the CSS of the Dashboard such that
> only the content within the "wrap" DIV class is displayed but so far I
> am not having much luck with that either.

Perhaps you can start by adding a css media="print" with
#wphead, #footer, #adminmenu, #screen-meta {display:none;}
.wrap {position:absolute;top:0;left:0;width:8in;}
_______________________________________________
wp-hackers mailing list
wp-hackers@...
http://lists.automattic.com/mailman/listinfo/wp-hackers

Re: wp-print plugin for Dashboard?

by John Myrstad :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

 Mike.

I recommend FF ext Aardvark for a task like this.

https://addons.mozilla.org/en-US/firefox/addon/4111

John Myrstad
_______________________________________________
wp-hackers mailing list
wp-hackers@...
http://lists.automattic.com/mailman/listinfo/wp-hackers