Hi
when one prints a page with the print-icon then the url shows
index.php?mact=CMSPrinting . . . . a lot more
Is there a way to influence what shows on the printing-page with something like:
{if mact=CMSPrinting}
show something bigger
{/if}
Kind regards,
Jan
Check if printingpage [solved]
Check if printingpage [solved]
Last edited by janvl on Sat Sep 29, 2012 7:41 am, edited 1 time in total.
Re: Check if printingpage
{get_template_vars} might show you some variable you can use
Re: Check if printingpage
Print stylesheet?
- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
Migrating Company Directory module to LISE
- + - + - + - + - + - + -
Re: Check if printingpage
Hi Jos
I did not think of "misusing" a set template variable.
On the normal page is a shoppingcart, not on the printpage.
So I used {if isset(Cart)}
and it is working
based on this, a qrcode is small on the normal page and 3x larger on the printingpage.
I love the flexibility of CMSMS!
Kind regards,
Jan
I did not think of "misusing" a set template variable.
On the normal page is a shoppingcart, not on the printpage.
So I used {if isset(Cart)}
and it is working
based on this, a qrcode is small on the normal page and 3x larger on the printingpage.
I love the flexibility of CMSMS!
Kind regards,
Jan