2 topanga Jul 24, 2005 18:53

How would one do that and what are the negative effects of doing that?
Negative :
By doing a mass edit in phpmyadmin you change the status (closed comments) to ALL posts related to a certain date.
go to a sql-window in phpmyadmin and type this :
UPDATE `evo_posts` SET `post_comments` = 'closed' WHERE `post_issue_date` < "2003-05-15 17:31:35"
(and change the date to whatever you like
thank you!
not realy
you can do it in phpmyadmin with an sql-command...