Closed (fixed)
Project:
Comment closer
Version:
5.x-1.2
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
30 Sep 2008 at 17:04 UTC
Updated:
5 Nov 2010 at 23:30 UTC
Add a [per node type] setting for number of comments before closing comments.
Comments
Comment #1
rmiddle commentedYou want an option that closes comments once they hit 300 or don't close until there are at least 100 comments?
Thanks
Robert
Comment #2
bobdalob commentedHi,
Once, say, 100 comments have been left, the topic would be closed to any further comments. i.e. no more than 100 comments may be left, if 100 is the configured limit.
The module is beautifully simple and it may be that it should stay that way. The thinking behind the feature request is that since there are configurable time limits, it might be useful to add a quantity limit.
Thanks.
Comment #3
rmiddle commentedI will look into it.
Thanks
Robert
Comment #4
rmiddle commentedThis is a good idea and can be done under the current framework. Need to make a few changes first.
Thanks
Robert
Comment #5
nancydruNote to self: UPDATE node n, node_comment_statistics ncs SET n.comment = 1 WHERE n.comment = 2 AND ncs.comment_count > xxxx
Comment #6
nancydru@bobdalob: Are you looking at having this in addition to the usual logic, or instead of?
Comment #7
nancydruCommitted to 6.x-1.x-dev.