The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
![]()
my forum has a lot of soft deleted thread that I can't keep up delete
I remember there's a hack for it in this forum that helps you find all soft deleted threads. Can someone give me the link again thanks |
#2
|
||||
|
||||
![]()
First of all, open a Trash forum and note its ID.
Then, run this query though your AdminCP -> Maintenance -> Execute SQL Query and paste this query and run. Code:
UPDATE thread SET forumid='trashforumid' WHERE visible='2' Do not forget to change 'trashforumid' and if you have prefix use the query as: Code:
UPDATE prefix_thread SET forumid='trashforumid' WHERE visible='2' Do not forget to change the trash forumid if you install this product through vBulletin Options -> SM Auto Move Threads. |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|