MyBB Community Forums

Full Version: Move a Thread to Another user
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I want to move a thread from one user to another, like transfer the ownership of a thread.
Apart from above question I want to ask if there is any way to know who rated a thread.
(2018-12-06, 04:44 PM).m. Wrote: [ -> ]you can try using OUGC Admin Post Edit plugin
and Thread Rating Log plugin

Many Thanks. Solved my issues.
https://mods.mybb.com/view/rated-by

members can see who rated a thread
(2018-12-06, 04:59 PM)v_2 Wrote: [ -> ]https://mods.mybb.com/view/rated-by

members can see who rated a thread

Thanks but I have chosen this solution.
The problem with transfering : a thread actually belongs to the person who created the "first post".

So you could change the "uid" and "username" in mybb_threads table, but you should also have a post of that new user and assign it as "firstpost" in the same table. (dateline should be less than the dateline of the old "firstpost", so it will be shown at the top)
(2018-12-13, 12:08 AM)pafin Wrote: [ -> ]The problem with transfering : a thread actually belongs to the person who created the "first post".

So you could change the "uid" and "username" in mybb_threads table, but you should also have a post of that new user and assign it as "firstpost" in the same table. (dateline should be less than the dateline of the old "firstpost", so it will be shown at the top)

I think the OUGC Admin Post Edit plugin correctly updates the UID of both the thread and the first post.