[pmwiki-users] Editing menu button placement (and bonus survey!)

Patrick R. Michaud pmichaud at pobox.com
Thu Mar 2 09:51:01 CST 2006


On Thu, Mar 02, 2006 at 10:38:43AM -0500, Neil Herber wrote:
> At 2006-03-03  12:32 AM +0900, Brian Teaman is rumored to have said:
> >Whenever I edit my standard vanilla flavoured instance of pmwiki on
> >my laptop, the edit buttons are always just below the bottom of the
> >screen. I find myself wondering why they can't be on the top, or
> >perhaps both above and below the edit window.
> 
> You can put them wherever you want by editing Site.EditForm. See:
> http://www.pmwiki.org/wiki/PmWiki/SitePages

You can also change the size of the edit window, by editing Site.EditForm
and changing

    (:input e_textarea:)

to

    (:input e_textarea rows=20:)


Or, you can change PmWiki's default via the following line in
local/config.php:

    XLSDV('en', array('e_rows' => 20));

Pm




More information about the pmwiki-users mailing list