2 tilqicom May 18, 2010 21:43

Ah thanks a million! thank gosh there is something that will do it for me lol
tc x
Gosh turns out I actually have 5000 comments :S
You can delete them straight from database. Let's say you want to delete latest comments
DELETE FROM evo_comments WHERE comment_ID > 3000
OR comments from some IP
DELETE FROM evo_comments WHERE comment_author_IP = "127.0.0.1"
OR comments from some email address
DELETE FROM evo_comments WHERE comment_author_email LIKE "spammer@spam.com"
Is there a button to press to say it's solved?..
You should be able to edit your original post and change the title to add "[resolved]", but I'll do it for you .... this once ;)
¥
tehehe thanks Yabba! x
No worries ;)
¥
there is no way to do that in b2, wish there was.. however you can use phpmyadmin to clear your comments table completely or to go through them.. (evo_comments table thats gotta be)