[dokuwiki] Re: how to disable edit but leave section edit?

Suggestion: update your template (i.e. main.php) to remove the link option
to edit the (whole) page.
Look for and comment out the call
tpl_actionlink('edit','','');
The section edit buttons would still be available to allow people to do just
that.

A more definite way is to modify html_edit ...

2007/9/4, Nikolay Vladimirov <nikolay@xxxxxxxxxxxxxxx>:
>
> Greetings!
>
> How can I disable the editing of the whole page in a way that the partial
> page editing will still work?
> The only thing I can think of is to use action plugin to check for
> $_REQUEST['lines'] on 'edit' action. Is there a slimpler way?
>
> --
> NV
> --
> DokuWiki mailing list - more info at
> http://wiki.splitbrain.org/wiki:mailinglist
>

Other related posts: