GetSimple Support Forum

Full Version: Simple Print
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
Great Idea! This will very useful for real estate listing pages.
Thanks, the idea was given on our Facebook page.

Let me know if you have any suggestions!
Any feedback?
I have not yet had a chance to add this to my projects yet. I will test it out today and give my feedback.
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