aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/Comments_dissapeared.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2010-03-28 17:37:42 -0400
committerJoey Hess <joey@gnu.kitenet.net>2010-03-28 17:37:42 -0400
commita1f50f6a31d4e9f7acd6f8d445e5fb39edba5138 (patch)
treed2febb64e916e4b3315ec5015aff4fedb32d937b /doc/bugs/Comments_dissapeared.mdwn
parent0d07bca315d19e6e957072004393138db6f33d3d (diff)
downloadikiwiki-a1f50f6a31d4e9f7acd6f8d445e5fb39edba5138.tar
ikiwiki-a1f50f6a31d4e9f7acd6f8d445e5fb39edba5138.tar.gz
response
Diffstat (limited to 'doc/bugs/Comments_dissapeared.mdwn')
-rw-r--r--doc/bugs/Comments_dissapeared.mdwn6
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]]