aboutsummaryrefslogtreecommitdiff
path: root/doc/forum/Can__39__t_get_comments_plugin_working.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2010-08-30 13:20:25 -0400
committerJoey Hess <joey@kitenet.net>2010-08-30 13:20:25 -0400
commit1e7a53c70bb8c185f23f578cc6c1073b4285ccb1 (patch)
tree975e11ed38006a5861885ad542aa7dd58cd434e2 /doc/forum/Can__39__t_get_comments_plugin_working.mdwn
parent7ab84dcfe52a37b93e6faa49895ae963a3b5d0d1 (diff)
downloadikiwiki-1e7a53c70bb8c185f23f578cc6c1073b4285ccb1.tar
ikiwiki-1e7a53c70bb8c185f23f578cc6c1073b4285ccb1.tar.gz
response
Diffstat (limited to 'doc/forum/Can__39__t_get_comments_plugin_working.mdwn')
-rw-r--r--doc/forum/Can__39__t_get_comments_plugin_working.mdwn11
1 files changed, 10 insertions, 1 deletions
diff --git a/doc/forum/Can__39__t_get_comments_plugin_working.mdwn b/doc/forum/Can__39__t_get_comments_plugin_working.mdwn
index 06b7fdd84..f189d9b64 100644
--- a/doc/forum/Can__39__t_get_comments_plugin_working.mdwn
+++ b/doc/forum/Can__39__t_get_comments_plugin_working.mdwn
@@ -1,7 +1,16 @@
I feel like I must be missing something.
-My blog is based on Ikiwiki, and uses /yyyy/mm/dd/title/ for blog posts. Because I use the plugin that generates index pages for subdirectories, I have to use /????/??/??/* to identify posts and avoid missing the index pages for years, months and days.
+My blog is based on Ikiwiki, and uses /yyyy/mm/dd/title/ for blog posts.
+Because I use the plugin that generates index pages for subdirectories, I
+have to use /????/??/??/* to identify posts and avoid missing the index
+pages for years, months and days.
I've enabled the comments plugin, but no matter what I do, I can't seem to make the comment form appear on my posts. I've removed the entire site and have rebuilt. I've set the pagespec to /????/??/??/* and ./????/??/??/*, but neither seems to work. I don't see any output, or anything else to indicate that pages aren't working.
Are there any other plugins that need to be enabled for this to work? I think I've locked things down such that anonymous users can't edit by enabling signinedit and setting a lock, but this may be blocking the ability to comment (though I don't recall seeing anything in the docs about needing additional plugins.)
+
+> Just use '????/??/??/*' , and it will work.
+> [[Pagespecs|ikiwiki/pagespec]] are automatically matched absolute to the
+> top of the site, and adding a leading "/" is not necessary and will
+> make the PageSpec not match. (And the relative PageSpec with "./" is
+> not right in this case either). --[[Joey]]