PDA

View Full Version : Adding Profile Fields - Then Importing UBB Profiles into those new fields??


VirtueTech
Fri 16th Jun '00, 6:03am
Hello,

I have added about 8 fields to my user profiles on my current UBB. I have just bought vBulletin and I want to add the profile fields to vBulletin and then import the existing UBB Members database into these new profile fields I added to vBulletin.

Any ideas?

I'm sure I would need to adjust the import script for the new fields.

John
Thu 22nd Jun '00, 8:10am
This feature is currently not supported, but will be in a future release. To change the table, you would need to run and ALTER TABLE query on the user table. You could then modify the import script to notice the later fields during the import.

There is no official supported method of doing it at the moment, but there is no reason in principle why it could not be done.

John