Closed (fixed)
Project:
Comment closer
Version:
6.x-1.3
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
12 Feb 2009 at 21:46 UTC
Updated:
23 Mar 2009 at 11:10 UTC
Jump to comment: Most recent file
It would be nice if it was possible to set a custom number of days for when comments should be closed.
In combination with my other suggestion, individual settings for content type or node, this would make it very powerful and save me a lot of manual work for content types I am planning for my sites.
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | comment_closer_granularity.patch | 7.23 KB | David Stosik |
Comments
Comment #1
rmiddle commentedYou can set a custom number of days to close. It is 1 number for all types you want to close.
Thanks
Robert
Comment #2
tsvenson commentedOK, I think you misunderstood me a little. What I mean is that I would like to be able to set for example 10 days as custom time. Now I can select week, month, quarterly and year only.
Comment #3
rmiddle commentedI might need to look at the code again. The actually query is done buy number of days. It is just a form change then to do that.
Thanks
Robert
Comment #4
rmiddle commentedYea i just checked you are right.
Thanks
Robert
Comment #5
David Stosik commentedHere is a patch that transforms the select "day|week|quarterly|year" in a text field. It is still possible to use the four previous values, but it is possible to put a number in days (so if you put "10", comments will be closed 10 days after create).
I also improved the display of node types, to use human readable labels.
Comment #6
rmiddle commentedDavid,
Thanks for the patch. Let me look at it and get it into the code base.
Thanks
Robert
Comment #7
rmiddle commentedCommitted to CVS. Will be in the next release.
Thanks
Robert
Comment #8
David Stosik commentedThank you too!
Do you have an idea of next release date?
Comment #9
rmiddle commentedAt this point. No. I want to do a little testing 1st probably in the next few weeks.