Closed (duplicate)
Project:
Privatemsg
Version:
6.x-1.0-rc2
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
26 Apr 2009 at 14:55 UTC
Updated:
16 Dec 2010 at 11:58 UTC
Using a combination of the LoginToboggan, Email Registration, and RealName modules, users on my site never see their username -- they use their real names only. Is it possible to use another profile field for the To: address? Or some other kind of integration with RealName?
Comments
Comment #1
berdirThe problem is that realname doesn't provide a "reverse lookup" and that could be pretty complicated, especially when multiple profile fields are used, with whitespace and so on.
We simply need a way to get the uid of a "username string", if realname can provide that, I'm sure we can find a solution to implement an integration.
Comment #2
DGyn commentedsubscribing
Comment #3
black silence commentedreal names are not unique, reverse lookup is near to impossible i guess
you'd have to use the uid
Comment #4
guillaumeduveauWe talk about that too here : #369334: Realname for Privatemsg autocomplete
Comment #5
harry slaughterSee also:
http://drupal.org/node/468512
http://drupal.org/node/369334
Comment #6
berdirSee #668544: Privatemsg To: Realname support
Comment #7
hanmant.sapkal commentedI m also interested to have real-names with privatemsg+autocomplete rather than username. But agree with fact, real names are not unique. What should we do?
Comment #8
berdirInstall 6.x-2.x and enable privatemsg_realname. The problem has been solved.