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.
Custom Registration Form
I was wondering if there was an add-on for a Custom Registration form. I can't find one. I've read over some posts about this before, but no one seems to have found an answer. Someone mentioned once, that an add-on called Predefined Attributes would work, but it is only for Vanilla 1. Really, what I want to do is remove the Captcha section, and add my own registration fields.
Is someone working on an Add-on to do this? Is it possible with Vanilla 2? How would I go about changing this myself? Can I make an Add-on, instead of editing the core codes, that way it doesn't get changed in an upgrade?
Please and thank-you,
Cody
Is someone working on an Add-on to do this? Is it possible with Vanilla 2? How would I go about changing this myself? Can I make an Add-on, instead of editing the core codes, that way it doesn't get changed in an upgrade?
Please and thank-you,
Cody
0
Best Answer
-
digitalguy NewDo you really need a custom registration form or do you just want to modify the existing registration form to suit your needs? Modifying it is relatively easy and changing the text on it is simple.
The registration forms are located at Vanilla/applications/dashboard/views/entry. Depending on your registration method, you'll need to edit registerbasic.php, registerapproval.php, etc. You can edit that code and the box's label if you need to.0
Answers
The registration forms are located at Vanilla/applications/dashboard/views/entry. Depending on your registration method, you'll need to edit registerbasic.php, registerapproval.php, etc. You can edit that code and the box's label if you need to.
I'd be delighted to answer specific questions you have if you want to take this on as a project, but I don't really have time to lay it out for you.
How to remove captcha from registration form?
Add this line to your config file:
Kasper Kronborg Isager (kasperisager) | Freelance Developer @Vanilla | Hit me up: Google Mail or Vanilla Mail | Find me on GitHub