[Pmwiki-users] Limiting AllRecentChanges and Mail Updates to "not-minor" edits

Patrick R. Michaud pmichaud
Wed Nov 17 08:39:40 CST 2004


On Wed, Nov 17, 2004 at 10:10:44AM +0100, KRAIT philippe wrote:
> Another (small) request would be to be able to customise the size of the edit box. 
> I have added variables myself, however the way I understand the main script, 
> the local configuration is read _after_ the edit box is configured, so I had to 
> modify the main script directly, something that is "not nice". Any suggestions ?

Well, if all you want to do is change the size of the edit box, try using
CSS properties to do it.  In PmWiki 2,

    $HTMLStylesFmt['editbox'] = " #wikiedit textarea { width:640px; } ";

If that's not sufficient, the "standard way" to do it is to copy the existing
$PageEditFmt variable into your local/config.php, and modify it there.  
Since local configuration is read after the edit box is created, your local
configuration will overwrite the default.

Pm



More information about the pmwiki-users mailing list