aboutsummaryrefslogtreecommitdiff
path: root/doc/forum/How_to_lock_all_pages_except_discussions_and_comments_to_blog_posts__63__.mdwn
blob: 18ff8f1f531675b15b5f8bb1904e8b1856382747 (plain)
1
2
3
4
5
6
7
8
9
10
11
I enabled `comments`, `lockedit` plugins. I put blog posts in `~/foobar.com/static/blog/` and other pages in `~/foobar.com/static/`. I want to 

* allow Wiki-style `Discussion` to my pages outside of `blog`
* allow blog-style comment to my blog posts
* lock all pages that's not comment or discussion

How to achieve this?

Is it `locked_pages => '!blog/comment_* and !*/Discussion'` for `lockedit` plugin, right?