Check the file /includes/class_dm_user.php between lines 1150 and 2000.
This is the datamanager vBulletin uses for most interactions with users, including the creation and modification of users.
Best is if you create an instance of that datamanager and create a new user that way instead of making your own INSERT query.
Besides the user table, there's also a table called userfield (used for custom userfields that you can define in the AdminCP) and usertextfield (subscription folders, PM folders, ignorelist, signature, rank).
No members have liked this post.
|