Active
Project:
phpFreeChat integration
Version:
5.x-1.2
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
26 Nov 2007 at 07:42 UTC
Updated:
1 Dec 2008 at 05:21 UTC
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.