Add a [per node type] setting for number of comments before closing comments.

Comments

rmiddle’s picture

Status: Active » Postponed (maintainer needs more info)

You want an option that closes comments once they hit 300 or don't close until there are at least 100 comments?

Thanks
Robert

bobdalob’s picture

Status: Postponed (maintainer needs more info) » Active

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.

rmiddle’s picture

I will look into it.

Thanks
Robert

rmiddle’s picture

Status: Active » Postponed

This is a good idea and can be done under the current framework. Need to make a few changes first.

Thanks
Robert

nancydru’s picture

Note to self: UPDATE node n, node_comment_statistics ncs SET n.comment = 1 WHERE n.comment = 2 AND ncs.comment_count > xxxx

nancydru’s picture

@bobdalob: Are you looking at having this in addition to the usual logic, or instead of?

nancydru’s picture

Status: Postponed » Fixed

Committed to 6.x-1.x-dev.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.