Deleted thread - tracking who deleted it

I have a user in our community that is claiming the moderators deleted their thread. If I have the user who originally posted this thread, and the title, is there a section of the admin tool where I can view when this was deleted/who deleted it as an admin of the site? 

Parents Reply
  • Former Member
    0 Former Member in reply to abarb

    First ensure "Audit Deleted Post Content" plugin is enabled currently, that would indicate it was active when the post was deleted. Then query your database for the table mentioned above:

    SELECT * FROM cs_posts_deleted_archive

    If needed you can get the UserId of the user who created the post from Administration > Membership > Members > [select user] > Edit.

Children