GetSimple Support Forum
Simple Print - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: Plugins (http://get-simple.info/forums/forumdisplay.php?fid=13)
+--- Thread: Simple Print (/showthread.php?tid=2493)



Simple Print - JWH_Matthew - 2011-12-14

Just uploaded a new plugin that add a print button to every page of your Get Simple installation. (Front end only)

Let me know if you have any questions, concerns, comments, or suggestions!

http://get-simple.info/extend/plugin/simple-print/271/
Thanks,
Matthew


Simple Print - mikeh - 2011-12-14

Great Idea! This will very useful for real estate listing pages.


Simple Print - JWH_Matthew - 2011-12-14

Thanks, the idea was given on our Facebook page.

Let me know if you have any suggestions!


Simple Print - JWH_Matthew - 2011-12-16

Any feedback?


Simple Print - mikeh - 2011-12-17

I have not yet had a chance to add this to my projects yet. I will test it out today and give my feedback.


RE: Simple Print - sbollaerts - 2013-04-19

Hello,

in the print preview, the button should not be displayed anymore. In the sp_display() function, I changed the line 104:
if(isset($sp_active_dsp)) {

by
if(isset($sp_active_dsp) && !isset($_GET["print"])) {

Best regards
Serge