Quote:
Originally Posted by Dolby
With vb3 am I wrong to think that all the user queries are done in functions_user.php, functions_register.php and adminfunctions_user.php
|
Yes, you would be very wrong to think that

There are queries all over the place that relate to the 3 user tables, user, userfield and usertextfield. If you have them all in the same database then it should be just a matter of defining a user table prefix in config.php and then editing all the queries, which you'd have to search through all the files for
" . TABLE_PREFIX . "user (as well as the other two) and edit the prefixes everywhere and that *should* work, its somthing to go on at least