The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
How can we delete threads that don't have any post in forum?
Actually my forum was spammed so IN PHPmyadmin I entered SPAM kewyords like uggs, wowgold, vigra etc and it searched and founded all those hundreds of posts which had those keywords and I deleted them all at once. Now the problem is that many threads are still listed with their URL in forum but when you open them there is no post ie no content in tho se threads and also there is no method to delete. I guess there must be some command that we can run in PHPmyadmin that could delete all threads with 0 post count? Please help. |
#2
|
|||
|
|||
![]()
First of all: NEVER DELETE RECORDS MANUALLY, unless you know 100% what you are doing.
Try running some of the update counters under Maintenance in the AdminCP: - Remove Orphan Posts. - Remove Orphan Threads - REbuild Thread Information. |
#3
|
|||
|
|||
![]()
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. |
#4
|
||||
|
||||
![]() Quote:
Try to run the following query. Code:
DELETE FROM thread WHERE replycount = 0; |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|