Quote:
Originally Posted by skyyjet
Thanks for the help..
Unfortunately this didn't worked.. Those thread urls are still there..
I believe this can be deleted only through phpmyadmin only.
|
Try to run the following query.
Code:
DELETE FROM thread WHERE replycount = 0;
If your db tables have a prefix you should include that as well in the query. ALso it would be best if you made first a backup of the thread table, just in case.