I posted a link to this in your other thread -
http://www.vbulletin.com/forum/forum...-thread-number
I think you could probably change the queries to be something like this:
PHP Code:
INSERT INTO
thread
(SELECT
*
FROM
thread7
WHERE
postuserid = xxx)
PHP Code:
INSERT INTO
post
(SELECT
*
FROM
post7
WHERE
userid = xxx)
I have NOT ever tried this!!!! Do NOT do it on your live site until you have tested it on a test site. And, if it works there and you are going to do it on your live site, do NOT do so until you have taken a database backup!!!!