Quote:
Originally Posted by NTLDR
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 
|
I can verify that.
I've done it before and, while it's weird at first, it works.