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.
Applicant Discovery
Mark
Vanilla Staff
Applicant Discovery
0
Comments
For example, I use my forum as a forum for my friends at high school. Instead of asking this, I'd like to ask "How do we know you are who you say you are?".
$Context->Dictionary["HowDidYouFindUs"] = "Why do you want to join this forum?";
to this
$Context->Dictionary["HowDidYouFindUs"] = "How do we know you are who you say you are?";
But the module should give an option of your own text...
Fatal error: Using $this when not in object context in /home/mallow00/public_html/cogsi/extensions/Discovery/default.php on line 122
I'd look into it but I'm hopeless at object oriented PHP as of yet, I'm really hoping to learn more and contribute to Vanilla. If I can't, I'll try my hand at some themeing since I know I can do that By the way, is there any way to turn off those ugly errors that display the path?GetUrl($this->Context->Configuration, 'settings.php', '', '', '', '', 'PostBackAction=Applicants')
toGetUrl($UserManager->Context->Configuration, 'settings.php', '', '', '', '', 'PostBackAction=Applicants')
Come to think of it, I stopped getting "New User Application" emails after I installed the Discovery extension even before Vanilla 1.1.1, maybe it was broken even earlier? Anyway, emails work and no more errors. Hope this helps someone.I fixed it and uploaded a new version. I'm surprised that it works here on the community forum. Weird.
I'm running the Applicant Email Verification extension, I would like to use your Applicant Discovery extension also. The "where the user found us" information is sent in the accept/deny email that we no longer get because of the auto accept. Is there a way to send the user response to another location other than the accept/deny email (other than shutting auto accept off)? Saving the how they found the forum info in the user account, but visible to the admin(s), would be great. Or, sending the info in an email other than the accept/deny user email.
I think you could get this by changing line 41 as so:
if ($this->User->RoleID == 0 && $this->User->Discovery != '' && $this->Context->Session->User->Permission('PERMISSION_APPROVE_APPLICANTS'))
but it looks a lit different here: http://img396.imageshack.us/my.php?image=63900184by0.png
Any ideas how I can change that?
- creates a page in settings panel with usernames and reasons given for signing up side by side.
|username |: reason|
?
Just like a little thing so admins can go back and see why the user origionally wanted to join.