heya guys.. I made a quick php script to convert users of an older vbb2 database, into a new vbb3 database.. Some of the database fields (both old and new) are customized, so I had to script the solution to this by hand..
Every thing seems to work fine, except for one thing I've noticed so far. When I go into the admin cp to edit a user's properities, there is no userid to edit when I click their username.. Uers who are added the normal way, or in the admin cp, can be edited in the cp via admincp/user.php?do=edit&userid=1212, but the users who are added by this script don't have their userids available.. So how can I get their userid's added in the admin cp as well?
EDIT: I finally got this working.. All that was needed was another query to insert the new userid into the userfield table