diff options
author | smcv <smcv@web> | 2014-07-06 18:55:11 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2014-07-06 18:55:11 -0400 |
commit | 8031dbf271105acbe06697a5b1f37a9ecab3de5a (patch) | |
tree | bde3b0ca1e32472daecfefc7175ca18039ea442b | |
parent | 13ffa4edb29054fe439f4f14da4311b2037408ec (diff) | |
download | ikiwiki-8031dbf271105acbe06697a5b1f37a9ecab3de5a.tar ikiwiki-8031dbf271105acbe06697a5b1f37a9ecab3de5a.tar.gz |
idea
-rw-r--r-- | doc/todo/per-page_comment_control.mdwn | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/doc/todo/per-page_comment_control.mdwn b/doc/todo/per-page_comment_control.mdwn new file mode 100644 index 000000000..69937d7a0 --- /dev/null +++ b/doc/todo/per-page_comment_control.mdwn @@ -0,0 +1,31 @@ +It might be nice to be able to control [[plugins/comments]] by inserting +directives in individual pages: + +* disable comments where they would normally be enabled, e.g. for a blog + post you know is going to cause flamey responses (`\[[!closecomments]]` + to reject new comments but display old ones, `\[[!nocomments]]` to + hide comments too?) + +* direct comments to a different wiki page or an off-site URL, + e.g. if you have mentioned/posted something in two places + and you want to collect all the comments together + (maybe `\[[!commenton page=other/page]]`, + `\[[!commenton url="http://newsblog.example.com/the-next-big-thing"]]`?) + +* (maybe) enable comments where they would not normally be enabled? + (I'm unsure about this one, it would need to be under some level of + admin control - maybe a new pagespec for pages where comments are + disabled by default but may be enabled by directives) + +The use that got me thinking about this is that if the +[[plugins/contrib/album]] plugin evolves to be able to have the same +picture appear in more than one trail as kjs requested, all except the +"original" (defined as the page to which the picture was attached) should +probably either disable comments, or direct comments to the "original". + +I don't plan to work on this myself unless I find that I need it +(for album or otherwise). + +--[[smcv]] + +[[!tag wishlist]] |