Adding a user through code
On my website (like most websites) I have users already and I have an interface for users to register. How do I hook into the code for vanilla forums software so that I can get the user account automatically added to the forum when they register? I also want vanilla forum to recognize that the user is already logged into the site. I currently do this with the session_start() on the top of the php page and just grab the user info.
0