PDA

View Full Version : How Do I: Change Thread Owner


RedHacker
02-21-2010, 06:52 PM
How Do I: Change Thread Owner....?

Supramania
02-21-2010, 10:26 PM
How Do I: Change Thread Owner....?

You can't do it via the user interface. You can do it from SQL however. But, if you're asking this, mucking around in the dB probably isn't the best idea.

UPDATE post INNER JOIN thread ON post.threadid = thread.threadid
SET thread.postuserid = <userid>, thread.postusername = <username>, post.username = <username>, post.userid = <userid>
WHERE threadid = <thread to update>

That would do it.

Budget101
02-22-2010, 12:27 PM
You could check with the developer that created the Change Threads/post Owner Mod:

https://vborg.vbsupport.ru/showthread.php?t=200952

He's updated to 3.8 , he may be adding a mod for 4.0.x

RedHacker
02-23-2010, 04:31 AM
You could check with the developer that created the Change Threads/post Owner Mod:

https://vborg.vbsupport.ru/showthread.php?t=200952

He's updated to 3.8 , he may be adding a mod for 4.0.x

This modification not updated from the author of mod....