On 8/23/2010 11:09 PM, [email protected] 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 _______________________________________________ pmwiki-users mailing list [email protected] http://www.pmichaud.com/mailman/listinfo/pmwiki-users
