[pmwiki-users] Re: Supporting different modes in default pmwiki

H. Fox haganfox at gmail.com
Sun Aug 7 23:11:40 CDT 2005


On 8/7/05, Bronwyn Boltwood <arndis at gmail.com> wrote:
> I forgot a very useful mode:
> - Stealth: like visitor mode, but with no editing.  Completely focused
> on reading except for a discreet "Login" control.  Perfect for sites
> that use PmWiki as a CMS, and wish to look like an ordinary website.
> Such sites usually are not publicly editable anyway.

I use a simplistic approach to do this.  Put the following "invisible"
link in the skin's template.

<a href='$PageUrl?action=edit' accesskey='e' rel='nofollow'></a>

All it does is add the access key for editing the page.

The Lean and Light skins have commented-out lines of CSS that
accomplish something similar.

Hagan




More information about the pmwiki-users mailing list