MyBB Community Forums

Full Version: Changing MySQL user row
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I use a cms that has user account features, and would like to integrate it into MyBB. This should not be too hard to do, all it requires is a small modification to the files myBB sets up to reference the user table.

If someone could tell me which files contain this information, i should be able to go from there.
Actually almost each PHP file MyBB uses has a reference to the users table, so you'd have to find all these references and change them to suit your other script. These references can usually be found if you do a search for
TABLE_PREFIX."users