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.
Options

Apply for membership "data" fields

When people apply for membership the "why do you want to join field" is there a way to access what they wrote there after you accept them? I don't see how to retrieve that once you click accept membership. V 2.0.18.8 I tried a search but didn't see it here, if the answer is already posts a link would be greatly appreciated.

Thank you

Comments

  • Options
    hgtonighthgtonight ∞ · New Moderator

    Welcome to the community!

    You should be able to find it in the User table in the column called DiscoveryText.

    Search first

    Check out the Documentation! We are always looking for new content and pull requests.

    Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.

  • Options
    peregrineperegrine MVP
    edited November 2013

    this will will list name, userid and discovery text for users who have entered a reason for joining

    SELECT UserID, Name, DiscoveryText
    FROM `GDN_User`
    WHERE `DiscoveryText` <> ""
    

    I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.

  • Options

    Thank You

Sign In or Register to comment.