On 2009-01-07 10:09 PM, kevin wrote:
> Hello all,
> 
> This issue has probably been raised before, but I was not able to find 
> in my archived e-mails.
> 
> I would like to do a little programming so that pages that can be edited 
> by any user display "edit this page" and pages that have been locked for 
> editing to all but the admin to display "this page locked for editing". 
> Has anyone been able to do this successfully? Thanks in advance for any 
> help.

Try the following in the Sidebar:

!!Editing
(:if !auth edit :)
* this page locked for editing

(:if auth edit :)
* [[{$FullName}?action=edit | edit this page]]


-- 
Neil Herber

_______________________________________________
pmwiki-users mailing list
[email protected]
http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Reply via email to