Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Auto registration
Flyer5
New
HI
I have a community based website and would like to do 2 things:
1. Integrate Vanilla into an existing page so it looks a natural part of the existing site, probably using an iFrame
2. 2. When a user joins the community also have the php script from that join process post the required variables to the vanilla database to automatically register the user using the same username and password that they selected to join the community.
Can vanilla do this? It will mean using $_POST, which phpBB no longer supports.
0
Comments
Yes and yes.
Vanilla can be embedded into a different page, this is core functionality.
Search for SSO or jsconnect:
http://vanillaforums.org/discussion/26436/implementing-sso-using-jsconnect-1-4-1-with-vanilla-2-0-18-10-part-i
http://vanillaforums.org/discussion/26437/implementing-sso-using-jsconnect-1-4-1-with-vanilla-2-0-18-10-part-ii
Not sure what you are trying to do, but better use the tools Vanilla provides.
My themes: pure | minusbaseline - My plugins: CSSedit | HTMLedit | InfiniteScroll | BirthdayModule | [all] - PM me about customizations
VanillaSkins.com - Plugins, Themes and Graphics for Vanillaforums OS
this looks just the job and had a look at the links, much appreciated.