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 function
I am developing a site that requires user input and therefore input must be extremely easy to enter. I have developed a registration system that allows bare-minimum username/password, up to a full profile (same categories as vanilla... thinking ahead). I've spent a few hours following the vanilla documentation and trying to walk through the code so I have a minimal, but possibly passable understanding of vanilla’s workings.
My question is, is there any way to invoke vanilla's registration functions without creating, or at least displaying the vanilla registration page (apply.php)? I tried encapsulating the apply.php page inside a JavaScript function, which is how I display my forms, but ran into many syntax problems. Is it feasible to create a hidden ‘apply.php’ and pass the data entered in my forms to Vanilla’s then submit it through the Vanilla registration functionality?
Secondly, is there anyway to just include a specific vanilla library that the apply.php form submits its data too, and just use those functions directly to process/submit the information to the database and send confirmation emails? If so could you point me to some file locations, I couldn’t seem to find any.
0
This discussion has been closed.
Comments