[pmwiki-users] Missing GUI edit buttons

Patrick R. Michaud pmichaud at pobox.com
Mon Feb 12 09:07:18 CST 2007


On Mon, Feb 12, 2007 at 12:01:58PM +0200, Melvyn Mildiner wrote:
>    My GUI edit buttons have disappeared.
> 
>    I have reinstalled but to no avail.
> 
>    I have included the line $EnableGUIButtons = 1; in my config file.
> 
>    I'm running under IIS6 on Windows Server 2003.

Make sure your browser has javascript enabled.

Perhaps try your browser's "view source" option when looking at
an edit page, and see if you see lines that look like:

    insButton("\\'\\'", "\\'\\'", 'Emphasized', "<img src='/pmwiki/pub/guiedit/em.gif' title='Emphasized (italic)' style='border:0px;' />", "");
    insButton("\\'\\'\\'", "\\'\\'\\'", 'Strong', "<img src='/pmwiki/pub/guiedit/strong.gif' title='Strong (bold)' style='border:0px;' />", "");
    insButton("[[", "]]", 'Page link', "<img src='/pmwiki/pub/guiedit/pagelink.gif' title='Link to internal page' style='border:0px;' />", "");
    ... etc.

If the lines are there but the buttons aren't being displayed, then
there may be a problem with the paths to the button images.  If the
lines aren't there at all, then for some reason the $EnableGUIButtons
line isn't generating the appropriate code in the output.

Lastly, is there a url we could look at?

Pm




More information about the pmwiki-users mailing list