From: Joey Hess Date: Sun, 28 Mar 2010 21:37:42 +0000 (-0400) Subject: response X-Git-Tag: 3.20100403~75 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a1f50f6a31d4e9f7acd6f8d445e5fb39edba5138;p=ikiwiki.git response --- 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]]