The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Where do I look for a list of deleted threads?
Looks like a mod has been deleting some threads. Is there somewhere to go to see a list of all soft deleted threads? Thanks.
|
#2
|
||||
|
||||
You could use "Execute SQL Query" with the following manual query:
Code:
SELECT * FROM `thread` WHERE visible = 2 |
Благодарность от: | ||
blind-eddie |
#3
|
||||
|
||||
Thanks. How do I find where that thread is? I have the ID number. Thanks.
|
#4
|
||||
|
||||
Input the thread ID number into a random thread and it will take you to the deleted thread.
|
#5
|
||||
|
||||
Wouldn't the easiest way be to just look from the Moderation -> deleted items section from the left column in your usercp?
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|