Closed (fixed)
Project:
Comment closer
Version:
4.7.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Feature request
Assigned:
Reporter:
Created:
14 Mar 2006 at 01:29 UTC
Updated:
4 Apr 2006 at 06:12 UTC
Hey I would love to see this asap.
An exclusion list so that blogs that use comments for archiving purposes don't get closed. Exclusions can be added in the mod admin screen.
the cron run can do something like
// knock it out
$qstr = "UPDATE {node} SET comment = 1 WHERE (created < $oldest_allowed) ".
_comment_closer_node_select($process_node_type_list) . " AND (node) NOT IN (SELECT (node) FROM comment_closer_exclude)";
Comments
Comment #1
Prometheus6 commentedI just don't do free feature requests on GPL software. Forgive me, but it sounds like you can handle it yourself.
Comment #2
SheckJuarez commentedMy mistake, I thought this was a development community where volunteers might want to jump on ideas for improvement of drupal and its modules.