Delete Thread Through Database

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • dieselpowered
    Senior Member
    • Aug 2004
    • 859
    • 4.2.X

    Delete Thread Through Database

    Quick question, if I want to delete some post through the database versus through the forum, what tables would I need to edit?

    I am assuming the thread, the post, attachments if there were any, post parsed...

    anything else?

    Thanks!!
    CommanderTalk.com --> www.commandertalk.com
  • Jose Amaral Rego
    Senior Member
    • Feb 2005
    • 11058
    • 1.1.x

    #2
    Read first

    You should use what is available though Administators Control Panel instead of using custom queries to delete threads / posts.
    # replace XYZ with thread ids
    Code:
    DELETE FROM post WHERE threadid IN (X,Y,Z)

    Comment

    widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
    Working...