View Full Version : moving users onto another board
butty
09-16-2002, 06:04 AM
hi there i would like to import the users from one of my boards onto another 1 i dont want the posts usergroups or nothing just all the users across wud it be easy to put a hack together to do this??
many thanks in advance
Xenon
09-16-2002, 11:49 AM
hmm, you can do that per phpmyadmin, no need for coding a hack:
the importing board you have to know the highest userid used (lets call it xx)
the run this queries on the EXPORTING board:
UPDATE user SET userid=userid+xx
UPDATE userfields SET userid=userid+xx
then just download the content of these two tables and import em with phpmyadmin at the importing board
as i know Neo is coding a hack for importing a whole vb into another but it's not finished
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.