User login

Agaric wants to disable comments for nodes, en masse, retroactively

disable comments for all nodes of a content type (meaning existing nodes)

This guy wanted it for Drupal 4.6...
http://drupal.org/node/161880

These folks only wanted it for specific nodes, which of course is built in:
http://drupal.org/node/87495

Long story short, there does not seem to be much demand for the ability to retroactively disable comments for a large number of nodes.

I'm sure there's some people who wanted and probably created the ability to turn off comments automatically after a certain time? That's a common feature on forum software and a common feature request, that I tend to disagree with -- just use good captcha, and a way to direct people to related content that is newer, instead of taking away the ability to revive a year-old conversation if that's the bes thing to do -- so maybe I have to do some searching.

It should be easy enough to implement in Drupal 5, if anyone has any interest in funding it...

Slightly related:
http://www.whatwoulddrupaldo.org/a-modest-proposal-node-attributes

Resolution

Searched words: 
disable comments on multiple nodes bulk disable comments drupal retroactively disable comments drupal

Comments

Came up for Agaric again

Disable - drupal disable comments for a bunch of nodes at once

It should be done through the admin node listing functionality.

enable comment on all nodes for which comments are disabled ?

Hi,

do you know what would be the MySQL query to enable comment on all nodes for which comments are disabled or set to read only ?

I know that I could do

UPDATE node SET comment = 2

but I fear to do that as my websites as 100000 nodes and most of them already have comments enabled, only few hundreds being disabled and need to be enabled.

Thanks for help.

Post new comment

The content of this field is kept private and will not be shown publicly.
  • You may post code using <code>...</code> (generic) or <?php ... ?> (highlighted PHP) tags.
  • You can use Markdown syntax to format and style the text. Also see Markdown Extra for tables, footnotes, and more.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd> <img> <blockquote> <small> <h2> <h3> <h4> <h5> <h6> <sub> <sup> <p> <br> <strike> <table> <tr> <td> <thead> <th> <tbody> <tt> <output>
  • Lines and paragraphs break automatically.

More information about formatting options

By submitting this form, you accept the Mollom privacy policy.