[pmwiki-users] Lost Edits

Patrick R. Michaud pmichaud at pobox.com
Mon Mar 13 09:26:00 CST 2006


On Mon, Mar 13, 2006 at 10:08:03AM -0500, Neil Herber wrote:
> It really boils down to personal (or admin) preferences and I think 
> it is just a matter of choosing a skin (or modifying one) so that it 
> does what you want. In my case, my users are very fickle, and if they 
> lose an edit because they clicked on a link, they will blame the wiki 
> and call it "unreliable". To lessen the chances or finger problems, I 
> would like to suppress the top and bottom menus on the edit screen.

In the "pmwiki" skin (the one that comes distributed with PmWiki),
this can be done in local/config.php with:

    if ($action=='edit') 
      $HTMLStylesFmt[] = ' #wikicmds, #footnav { display:none; } ';

Pm





More information about the pmwiki-users mailing list