Posted by bobdalob on September 30, 2008 at 5:04pm
Jump to:
| Project: | Comment closer |
| Version: | 5.x-1.2 |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
Add a [per node type] setting for number of comments before closing comments.
Comments
#1
You want an option that closes comments once they hit 300 or don't close until there are at least 100 comments?
Thanks
Robert
#2
Hi,
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.
#3
I will look into it.
Thanks
Robert
#4
This is a good idea and can be done under the current framework. Need to make a few changes first.
Thanks
Robert
#5
Note to self: UPDATE node n, node_comment_statistics ncs SET n.comment = 1 WHERE n.comment = 2 AND ncs.comment_count > xxxx
#6
@bobdalob: Are you looking at having this in addition to the usual logic, or instead of?
#7
Committed to 6.x-1.x-dev.
#8
Automatically closed -- issue fixed for 2 weeks with no activity.