View Full Version : Change username on a post?
Ohiosweetheart
04-10-2009, 02:38 PM
Is there a way to change the username on a post? So that it's posted by someone else, not me? (hypothetically)
Lynne
04-10-2009, 03:26 PM
I believe there is a mod to do this.
Ohiosweetheart
04-10-2009, 03:53 PM
off I go to look then.
Thanks Lynne
EnIgMa1234
04-10-2009, 03:58 PM
You could also run a query from your admincp with the following:
UPDATE post SET username = 'NEWUSERNAME HERE', userid = 'NEW USERID HERE' WHERE postid = 'POSTID HERE'
Ohiosweetheart
04-10-2009, 04:06 PM
do that to change the username on just one post?
Lynne
04-10-2009, 07:37 PM
That should work for just one post unless the post is the first post in a thread (in which case you need to modify the thread table also to set the thread starter username and id) or the last post in a thread (in which case you need to modify the thread table to set the lastposter username). Oh, and then if there are attachments, you'd need to change the owner of those also.
Ohiosweetheart
04-10-2009, 07:45 PM
ah geeze, never mind then, lol.
Thanks anyway! :)
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.