MyBB Community Forums

Full Version: Change thread creator?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi guys..

I'm not familiar with programming at all, so I was just going out on a limb with this.

I have a thread (thread ID 1116) and the creator is named "Tom" - however I want to change the creator to my username, and rather than reposting it, I figured I can do it in phpmyadmin. I went to the "mybb_threads" table and renamed the "username" from "Tom" to my own.. And yet when I check the thread, it's still created by Tom..

How can I fxi this?
You need to change the uid as well. And you need to change the username and the uid in your table_prefix_posts too.