MyBB Community Forums

Full Version: Integration with NLB
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,
I am currently trying to integrate MyBulletinBoard 1.00 Release Candidate 4 with New life blogger (http://sevengraff.com) so I had a quick question: Which lines on which files deals with user registration on MyBB?

- Thanks for all your support!
Line 73 of member.php entitled
if($action == "do_register")
Thats the processing form, if you want the form itself, Line 369 of member.php entitled
if($action == "register")
hmmm.. thanks. But which lines actually inserts users into the MySQL table?
Line 330
woops, sorry. Didnt actually see the codes. Sorry if I sounded annoying or anything

and yes I am a retard.