Recent Topics

1 Jul 23, 2005 06:52    

Is there a way to do this without going back and doing it one by one?

2 Jul 24, 2005 18:53

not realy

you can do it in phpmyadmin with an sql-command...

3 Jul 24, 2005 22:45

How would one do that and what are the negative effects of doing that?

4 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


Form is loading...