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.
Possible COPPA add-on
After reading the comments in the CAPCHA discussion, I thought I would use Mark's ApplicantDiscovery extension as a start for a COPPA extension. I thought it would be as simple as changing all the "Discovery" references to a new one called "COPPA". This did seem to work except for the fact that the Applicant construct does not have the new field as part of it. When I changed it back to Discovery, I had no problem, but then that would conflict with the other extension.
Here is the error I am getting on the application form:
Notice: Undefined property: User::$COPPA in D:\Program Files\xampp\htdocs\Vanilla.1\extensions\COPPA\default.php on line 66
And that line is:
<textarea id="txtCOPPA" name="COPPA" class="COPPATextBox" rows="1" cols="8">'.$FormControl->Applicant->COPPA.'</textarea>
If you can see something I did wrong, please let me know.
And I have some questions. Are we free to add any new field we want to the user table? When a new version of Vanilla comes along that changes the user table structure, what will happen to the new field I added?
0
This discussion has been closed.