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.
Integrating Vanilla with previous website structure
Is there any way I can make my script insert the user information into the Vanilla database? I use PHP. I also want to know if it is possible to put the login sessions and cookies into my login script so that when they log into the site, they are automatically logged into the forum.
0
This discussion has been closed.
Comments
In fact, you don't need to insert data in Vanilla's db, but remap some tables and columns. The Wordpress integration is quite clear for this.
Problem is, if visitors arrive on the forum not authenticated, authenticate, then go to the main pages, they won't be authenticated.
What I did: remove authentication by Vanilla, for this you'll need to tweak some templates.
Good luck!