MyBB Community Forums

Full Version: modifying user registration page
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am new to mybb and need to modify the registration page to check against a out site DB of users on a game server I'm building for a customer. I can do the checking but I don't know where to do it.

I would like to intercept the info before it is send to the forum for checking and make sure it is a user in the game DB then pass it back to the forum to finish. what file/files would this be and is there any gotchas I should know about?

Version 1.6.7
Thanks.

*Update:*
I am thinking of using "verify_username_exists()" after the user count is verified as true, is there any case where this would not be called on signup (I would not think so but.....).

Going to make this a plugin.