1 bellydancedreams May 18, 2010 20:39
3 bellydancedreams May 18, 2010 22:19
Ah thanks a million! thank gosh there is something that will do it for me lol
tc x
4 bellydancedreams May 18, 2010 22:26
Gosh turns out I actually have 5000 comments :S
5 sam2kb May 18, 2010 22:42
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"
6 bellydancedreams May 20, 2010 19:26
Is there a button to press to say it's solved?..
7 yabba May 20, 2010 20:14
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 ;)
¥
8 bellydancedreams May 21, 2010 15:56
tehehe thanks Yabba! x
9 yabba May 21, 2010 18:07
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)