diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2010-03-28 17:37:42 -0400 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2010-03-28 17:37:42 -0400 |
commit | a1f50f6a31d4e9f7acd6f8d445e5fb39edba5138 (patch) | |
tree | d2febb64e916e4b3315ec5015aff4fedb32d937b | |
parent | 0d07bca315d19e6e957072004393138db6f33d3d (diff) |
response
-rw-r--r-- | doc/bugs/Comments_dissapeared.mdwn | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/bugs/Comments_dissapeared.mdwn b/doc/bugs/Comments_dissapeared.mdwn index f71a442b8..b737d9bef 100644 --- a/doc/bugs/Comments_dissapeared.mdwn +++ b/doc/bugs/Comments_dissapeared.mdwn @@ -7,3 +7,9 @@ I am running version 3.20100312 with the following configuration: In my (HTML5 modified page.tmpl) it doesn't seem to enter the "TMPL_IF COMMENTS" block anymore. I tried the stock page.tmpl and they didn't seem to work either, so the variable name hasn't changed has it? Any other ideas? With thanks, + + comments_pagespec => 'archives/* and !*/Discussion', + +> Your setup file only allows comments to pages under archives. That +> seems unlikely to be right, so I guess it is causing your problem. +> --[[Joey]] |