diff options
author | http://xlogon.net/bacuh <http://xlogon.net/bacuh@web> | 2011-05-25 19:51:42 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2011-05-25 19:51:42 +0000 |
commit | 7bbb961c06336bc86056c9bc66ed7870aba022e0 (patch) | |
tree | 5c0c5d49d6ed11c758bcace7571d8a0361f4cf0e /doc | |
parent | a9a5c6eeb82bd50211752e6d3b68924d0dcd6723 (diff) | |
download | ikiwiki-7bbb961c06336bc86056c9bc66ed7870aba022e0.tar ikiwiki-7bbb961c06336bc86056c9bc66ed7870aba022e0.tar.gz |
adding question
Diffstat (limited to 'doc')
-rw-r--r-- | doc/forum/lockedit:_pages_don__39__t_get_locked.mdwn | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/forum/lockedit:_pages_don__39__t_get_locked.mdwn b/doc/forum/lockedit:_pages_don__39__t_get_locked.mdwn new file mode 100644 index 000000000..109a6a173 --- /dev/null +++ b/doc/forum/lockedit:_pages_don__39__t_get_locked.mdwn @@ -0,0 +1,12 @@ +I just tried to lock some pages via the [[plugins/lockedit]] plugin in my wiki but it does not work. Not any page I've tried gets locked. Here's a snipped of my setup: + + add_plugins => [qw{goodstuff edittemplate filecheck getsource htmltidy recentchanges relativedate rename remove search sidebar po httpauth attachment img 404 inline localstyle pagestats progress orphans map toc brokenlinks autoindex anonok blogspam recentchangesdiff}], + disable_plugins => [qw{smiley openid theme}], + [...] + anonok_pagespec => '*', + [...] + locked_pages => 'todo and todo/done and index and ikiwiki/*', + +Is there an interference between anonok and lockedit or is there just a typo? + +I can't imagine another source of the problem. Hope you can help me. --[[bacuh]] |