Originally Posted by Rick
The only way to accomplish that would be with SQL commands, so it would be pretty tedious as you'd have to do them one at a time. You'd need the userid and the postid and then you'd run a SQL command like (replacing userid and postid with the actual numbers):

SQL Query
update ubbt_POSTS set USER_ID='userid' where POST_ID='postid'

Notice Rick's comment.it would be pretty tedious as you'd have to do them one at a time.


Blue Man Group
There is no such thing as stupid questions. Just stupid answers