[pmwiki-users] Link URLs + top links question

H. Fox haganfox at users.sourceforge.net
Mon May 22 15:24:35 CDT 2006


On 5/22/06, David Goadby <dg at pixel-plus.co.uk> wrote:
> Thanks Hagan,
>
> It worked just the way I expected too!
>
> Only one problem, once I have removed edit from header and footer and
> removed the sidebar - how do I edit the page again? Is there a fudge for
> this?

As with most things in PmWiki, there are several ways.  Easiest is
probably to put this in Site.PageActions (unwrap it so it's one line):

* %item display=none rel=nofollow class=edit
accesskey='$[ak_edit]'%[[{$FullName}?action=edit | $[Edit] ]]

It's the normal edit link with "display=none" added.  With that
invisible link, you'll get the ability to use the access key (ALT-e)
to edit a page.  See http://www.pmwiki.org/wiki/PmWiki/AccessKeys for
more about access keys.

An upgrade to that would be to restore the original Site PageActions
page and put it in an "invisible division" by inserting this as line 1

>>display=none<<

That will give you the other access keys, too (e.g. ALT-h for history, etc.)..

Hagan




More information about the pmwiki-users mailing list