Topic: Retrieve deleted thread

Hi,

How can I retrieve a deleted thread?
Btw, I'm using PunBB 1.2.10

Thanks in advance!

Re: Retrieve deleted thread

You cannot, everything is deleted. Unless you have backups.

Re: Retrieve deleted thread

I see, I'm assuming that the deleted thread was just marked/flagged as deleted in MySQL table.  I need to check the username who deleted the thread.  But I guess it will be very hard for me now to figure that out.

Thanks a lot!

Re: Retrieve deleted thread

welll, my guess would be to check the mysql database, if it was only checked or flagged, it would be in there.  otherwise its gone!

Re: Retrieve deleted thread

As I said, it's deleted. Not flagged. Deleted.

Re: Retrieve deleted thread

In an unmodded PunBB, deleted means delete. There's no such thing as flagging for deletion, you run a delete query and it's done