F.A.Q. - Read it first! - Linking users from 1 database
Matteo - 08-09-2010, 21:46 Temat postu: Linking users from 1 database [ Question ]: How can I link (connect) posts from two users to one?
[ Answer ]: You must change ID of author post and topic in database. Kod: | UPDATE phpbb_posts SET poster_id = 'newID' WHERE poster_id = oldID |
Kod: | UPDATE phpbb_topics SET topic_poster = 'newID' WHERE topic_poster = oldID |
(original content)
|
|
|