[pmwiki-users] How can I setup a skin for "?action=edit" only?

DaveG pmwiki at solidgone.com
Tue Aug 24 15:37:01 CDT 2010



On 8/23/2010 11:09 PM, redisthecat at lavabit.com wrote:
> I'm impressed by how customizable this wiki software is. I would like to
> make a separate skin for when editing wikipages on my site, ye know,
> without any distracting elements such as sidebars, banners, headlines etc.
> Is it possible to configure it so that it will only be displayed when
> "?action=edit" (including when previewing editions)?
An abbreviated, high level description of making a skinny skin:
* Copy the pub/pmwiki/ directory to pub/myskin/
* Remove all the parts you don't want from pmwiki.tmpl
* Add this to config: if ($action == 'edit') $Skin = 'myskin';


  ~ ~ Dave



More information about the pmwiki-users mailing list