MyBB Community Forums

Full Version: change the USERS table name
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

I want to change the USERS table name to USER. What file/s do I have to alter.

cheers
You'll have to search through all the files and replace
".TABLE_PREFIX."users
with
".TABLE_PREFIX."user

I think there will be quite a lot of changes required.