Requesting real names, but protecting privacy?

Discussion in 'vBulletin Discussions' started by Soliloquy, Jan 1, 2010.

  1. Soliloquy

    Soliloquy Regular Member

    Joined:
    Jun 3, 2009
    Messages:
    2,402
    Likes Received:
    66
    Location:
    New York City
    My co-admins on one vB forum have requested that I add a field for the user's real name during the registration process, so that if they wish to share it their professional credentials can be established. The problem with just adding a profile field is that it would be displayed pretty much indiscriminately, so I want to give the user the option of not displaying their real name to the other members at all, displaying only the first name, and displaying both first and last. I believe I've seen this done (ArnyVee? Didn't you have that feature?), but so far all I've come up with on vB.org are mods for displaying the real name in postbit and profile page without consideration for privacy.
     
  2. FullMetalBabe

    FullMetalBabe Zealot

    Joined:
    May 30, 2009
    Messages:
    2,912
    Likes Received:
    339
    On another admin forum they have a field in which you could add your name and ??? if you don't want it to be known.
     
  3. cheat-master30

    cheat-master30 Grand Master

    Joined:
    Jul 30, 2009
    Messages:
    789
    Likes Received:
    59
    Maybe make it a private field and use custom code in templates to show it for those who want to?
     
  4. Nick

    Nick Regular Member

    Joined:
    Jul 27, 2008
    Messages:
    7,441
    Likes Received:
    218
    I have mine set up to show in the postbit immediately below the username in parentheses. If the user wants their first name to be known, they enter it in the field, and it shows up in the postbit. If they don't want it to appear, they simply shouldn't fill out the field. If they want just their first name, then they should only enter that. If they want their full name, then they can enter the full name.

    I use two conditionals in this situation: one to hide the parentheses if the user hasn't entered their first name, and another to not show the first name if it is identical to the username (for example, in my case, it would be redundant to show my username and first name, as they are the same).
     
  5. Ryan Ashbrook

    Ryan Ashbrook Regular Member

    Joined:
    Jun 29, 2009
    Messages:
    343
    Likes Received:
    25
    Location:
    Cincinnati, Ohio
    We have a field for a users real name, and we explicitly state that providing this information is optional, and should you fill that field out, it will be visible.
     

Share This Page