Hi a all,
I had in my drupal 6.x several content (page, iimage, forum, ecc); Now I want that anonymous user be able to write comment only in a specific forum topic. Problem is that a lot of page contents and image have setting comment read/write:
How can I disable comment to all my old contents???
thank tou very much!!!
magut

Comments

magut’s picture

Hi magut!!!
I respond to myself!
I have done this sql quey:
UPDATE `database_name`.`node` SET `comment` = '0'