Not signed in (Sign In)

Categories

Vanilla 1.1.5 is a product of Lussumo. More Information: Documentation, Community Support.

Help keep Vanilla free:
Welcome Guest!
Want to take part in these discussions? If you have an account, sign in now.
If you don't have an account, apply for one now.
    •  
      CommentAuthorMark
    • CommentTimeApr 7th 2006
     # 1
    Adds a "How did you discover this forum" question to the application form and saves it to the database. The response is emailed to applicable administrators along when the application is complete. The administrator can then also review this information when approving (or declining) the applicant.

    The July 1st update included a number of big changes, but most importantly it fixed the problem which caused single-quotes to be double-escaped.
  1.  # 2
    I would like this module a lot more if you could choose what question to ask...

    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?".
    •  
      CommentAuthorMark
    • CommentTimeMar 4th 2007
     # 3
    Open up the default.php file and change this:

    $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?";
  2.  # 4
    I figured that out :)

    But the module should give an option of your own text...
  3.  # 5
    bloody ell
    • CommentAuthormallow005
    • CommentTimeMar 7th 2007 edited
     # 6
    After upgrading to Vanilla 1.1.1, the Applicant Discovery extension throws this error when a user submits their application.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?
    • CommentAuthormallow005
    • CommentTimeMar 7th 2007
     # 7
    Hurray, I fixed it. I changed line 122 of Discovery/default.php from GetUrl($this->Context->Configuration, 'settings.php', '', '', '', '', 'PostBackAction=Applicants') to GetUrl($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.
  4.  # 8
    Uploaded version 1.2 of Applicant Discovery.
    •  
      CommentAuthorMark
    • CommentTimeMar 7th 2007
     # 9
    Nice find!

    I fixed it and uploaded a new version. I'm surprised that it works here on the community forum. Weird.
    • CommentAuthorjujitsuka
    • CommentTimeJul 3rd 2007
     # 10
    Mark,
    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.
  5.  # 11
    I'm a little confused by all that. Are you just looking to keep the applicant discovery information visible once people have been confirmed as members?
    • CommentAuthordeaner
    • CommentTimeAug 12th 2007
     # 12
    Yeah, that would be cool -- to be able to see the reason a person joined, after the fact. Maybe making it so that only admins can see the reason or something?
  6.  # 13
    Oh. Well I had Mark change the extension so it does exactly that on this forum...I'm not sure what code he changed though and I dont think he released the update. I cant imagine it being too hard though...probably just a matter of removing or changing an if statement..
    •  
      CommentAuthor[-Stash-]
    • CommentTimeAug 13th 2007
     # 14
    Would be nice to get that released :)
    •  
      CommentAuthorWallPhone
    • CommentTimeAug 13th 2007
     # 15
    Mini's spot on.

    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'))
    • CommentAuthorSTONe
    • CommentTimeAug 27th 2007
     # 16
    nice one.
    but it looks a lit different here: http://img396.imageshack.us/my.php?image=63900184by0.png
    Any ideas how I can change that?
    •  
      CommentAuthorVaz
    • CommentTimeNov 25th 2007
     # 17
    Any chance we can have an update to this with the following added feature:
    - 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.
    • CommentAuthortimfire
    • CommentTimeNov 26th 2007
     # 18
    Vaz said:Any chance we can have an update to this with the following added feature:
    - creates a page in settings panel with usernames and reasons given for signing up side by side.

    Why not add the info to the user account page, but with visibility permissions-based? That's how I would do it.
    •  
      CommentAuthorVaz
    • CommentTimeNov 26th 2007
     # 19
    timfire:

    I'd like to see over-view for the reasons given by all my members for signing up rather than clicking on every profile (approx 170 members).

    I origionally thought the same about having reasons in the profile but it wouldnt suite my needs to be honest.
    • CommentAuthorBudde
    • CommentTimeFeb 2nd 2008
     # 20
    Can this be used with every Theme?
  7.  # 21
    no reason why it couldn't
    • CommentAuthorbigtalk
    • CommentTimeApr 12th 2008
     # 22
    Could this be adapted so that I could ask more than one question?
    • CommentAuthorfysicsluvr
    • CommentTimeApr 12th 2008
     # 23
    You could edit the dictionary definition for the text that's displayed above the textbox (look towards the top of the extension's default.php). As for multiple textboxes; that would be a bit more involved.
    • CommentAuthorbigtalk
    • CommentTimeApr 12th 2008
     # 24
    Yes. I edited the dictionary definitions already. I tried for the multiple text boxes and messed it all up a bit.
    That's what I would like to do though.
    I'm going to keep messing with it. If I figure it out, I'll post it. If someone else who has much greater skills than I would like to give some hints, man, I would be so happy!
    •  
      CommentAuthordkodr
    • CommentTimeJul 27th 2008
     # 25
    Is it possible to display the information provided by the user on his/her account page?
  8.  # 26
    How can I add this field to the accounts page to allow it to be changed when a user goes to his/her account tab?
Add your comments
    Username Password
  • Format comments as