MyBB Community Forums

Full Version: New User Integration
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Looking for a way to add a user to my MyBB forum when they are successfully registered on my site. I'm assuming there is a "hook" for this, but having trouble finding it, or an example.

Any help appreciated. Thanks!
You need to check the user datahandler, there is a class to manage user insertion/updating. You can check the user registration code in member.php file.
Check out what member.php does, and duplicate it on your portal. It's quite simple if you really look at it, it's probably just a few edits away on your main register script.
Thanks for the info! I'll check it out.