1 daethian2 Jul 23, 2005 06:52
3 daethian2 Jul 24, 2005 22:45
How would one do that and what are the negative effects of doing that?
4 topanga Jul 25, 2005 08:39
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
5 daethian2 Jul 25, 2005 22:05
thank you!
not realy
you can do it in phpmyadmin with an sql-command...