Hi Petko, That's fantastic - many thanks!
Cheers Steve -----Original Message----- From: Petko Yotov <5...@5ko.fr> Sent: 01 September 2020 18:49 To: Steve Glover <steve.glo...@jisc.ac.uk> Cc: pmwiki-users@pmichaud.com Subject: Re: [pmwiki-users] Group- or page-dependent ?action=print On 01/09/2020 19:24, Steve Glover wrote: > Is there a way that I could have a different default print skin for > each group or for unusually complex individual pages, please? You can place in local configuration in a local/Group.php or local/Group.Page.php something like: $ActionSkin['print'] = 'my-print-skin'; Where you copy the directory pub/skins/print to pub/skins/my-print-skin and adapt it for your needs. Petko P.S. Recently I've mostly added CSS with "@media print {}" queries because in my observation people tend to not notice the "print page" link but know how to use "File-Print", "File-Print preview" or "Ctrl+P" on their browser. The CSS removes the sidebar and other unneeded elements, and removes width restrictions and margins from the page. -- If you upgrade : http://www.pmwiki.org/Upgrades _______________________________________________ pmwiki-users mailing list pmwiki-users@pmichaud.com http://www.pmichaud.com/mailman/listinfo/pmwiki-users