Ques/Help Change thread author

S

Saarbruecken

Guest
We have a collection of knowledge base articles maintained by our small support team. How do I change the author of a thread properly through database without breaking anything and without using an add-on?

I found the following tables:
  • xf_thread_user_post (user_id, thread_id)
  • xf_thread (user_id, thread_id)
  • xf_post (user_id, thread_id)
Is there anything I missed or are there more locations? Thanks. :)

Continue reading...