phpFreeChat shows an info box when clicking on a user name. I wish that this info box would show selected fields from the Drupal user profile, such as full name, gender, etc.
Note that some fields, like gender, are non-standard and user-defined.
A simpler solution could be to show all fields that are also publicly visible in Drupal's user list. If the field content is too long, abbreviate it automatically.
Hans-Georg
Comments
Comment #1
permutations commentedThis actually wouldn't be that hard to do. It would just be a matter of adding it to the user meta data, then accessing it in the JavaScript function that writes the little box. If I have time I'll add it.