Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
forum within my website, without another registration or login in!!
Can anyone guide me to the php pages i need to change/edit. Little confused about it.
Basically i have a one time registration for my website, after they login in if they want to access forum, they should be able to do so, with out registration and signing in again! So if you could tell me which are pages to edit that would be really helpful. Thank you in advance.
0
Comments
Dig around. Login integration is a popular topic. Depends on what other system you use as to how make Vanilla work with it.
I found this tutorial very useful: Integrating the Vanilla forum into a PHP application
setcookie("lussumocookieone", $user_id, 0, "/", "yourdomain.com");
setcookie("lussumocookietwo", $verification_key, 0, "/", "yourdomain.com");
But in no vain. please note, i have successfully retrieved both UserID and Verification key. So what might be the problem?
OK i sum it up then. For people who are having the same trouble. This is what i did and i hope this help you.
First you use this guide written by the almighty MARK to combine your database with vanilla database.
Second step is use this blog for authentication, You know that one time login which you are dying to achieve.
Well thats it! Well thats it! if you are still having problems. That means that there is something wrong on your side, keep trying. It worked fine for me. This is the site. www.webcampuz.com where you can register once and it will automatically log you in to the webcampuz.com community. which is here Community.