PDA

View Full Version : Where do I look for a list of deleted threads?


pityocamptes
07-20-2015, 02:00 AM
Looks like a mod has been deleting some threads. Is there somewhere to go to see a list of all soft deleted threads? Thanks.

MarkFL
07-20-2015, 02:18 AM
You could use "Execute SQL Query" with the following manual query:

SELECT *
FROM `thread`
WHERE visible = 2

pityocamptes
08-08-2015, 10:04 PM
Thanks. How do I find where that thread is? I have the ID number. Thanks.

Elixar
08-09-2015, 01:48 AM
Thanks. How do I find where that thread is? I have the ID number. Thanks.

Input the thread ID number into a random thread and it will take you to the deleted thread.

z3r0
08-09-2015, 06:46 AM
Wouldn't the easiest way be to just look from the Moderation -> deleted items section from the left column in your usercp?