[SOLVED] Modify page for printing

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
Stryker777
Forum Members
Forum Members
Posts: 17
Joined: Sat Mar 08, 2008 4:21 am

[SOLVED] Modify page for printing

Post by Stryker777 »

I have a page that has its own search in it.  When printing the page with the print button, it comes up with the search bar as expected.  I was wondering if there is a variable I can check to know when it is printing so I can not display the search bar?  I checked for $_GET['mact'] but it never shows up to the script when the print button is pressed.

Thanks
Last edited by Stryker777 on Sat Oct 09, 2010 11:16 am, edited 1 time in total.
wdberatung
Forum Members
Forum Members
Posts: 31
Joined: Wed Jun 30, 2010 3:02 pm

Re: Modify page for printing

Post by wdberatung »

did you try to set that CSS element to "display:none;visible:none;" in the CSS-printsheet?
Stryker777
Forum Members
Forum Members
Posts: 17
Joined: Sat Mar 08, 2008 4:21 am

Re: Modify page for printing

Post by Stryker777 »

No, I have not.  I will try that now.  Thank you :)
Stryker777
Forum Members
Forum Members
Posts: 17
Joined: Sat Mar 08, 2008 4:21 am

Re: Modify page for printing

Post by Stryker777 »

That worked perfectly!  Thank you :)  I never even noticed the "Override print stylesheet" before. 
wdberatung
Forum Members
Forum Members
Posts: 31
Joined: Wed Jun 30, 2010 3:02 pm

Re: [SOLVED] Modify page for printing

Post by wdberatung »

Great that it works!
Post Reply

Return to “CMSMS Core”