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.
Register member
Hello,
I have created a site (not public yet still need some testing before going live) and people need to register and login to use the site.
Now I am thinking about having a forum as well on the site. So I would like to use a vanilla forum as it is so cute and powerful.
I would need to:
1) Disabled vanilla registration as people have to register with the site
2) Let vanilla knows that people can login to the forum using their details from the site
3) Or even better than 2, if a user is logged in already with the site, they dont need to login as well for the forum. I simply use cookie to check if someone is logged in ... no PHP session or stuff
So it is possible? How can I do?
I guess when I create a user in my database I would need to create login information in a the right vanilla table?
I am using PHP and MySQL.
If someone could help me out :)
Many thanks,
Alixe
0
This discussion has been closed.
Comments
http://lussumo.com/docs/doku.php?id=vanilla:integration:wordpress
Good luck!
I would make people register via Vanilla, use Vanilla for user management (session storing, logging in, etc) and then have your app read the data from the LUM_User table (joining that with custom data for your own app in another table).