I believe I've isolated a problem implementing the new user templates. I know that all the information displayed in the table is being pulled from the array $users. However, invoking an "echo print_r($users)" inside the file "userlist-default.php" supplies only partial data. I see the following keys inside $users:
user_login
user_pass
user_nicename
user_email
user_url
user_registered
user_activation_key
user_status
display_name
ID
---
However, based on the code I see in the file "user-edit.php" there should be at least three more: user_jabber, user_yim and user_aim
I have been unable to find out how to call those extra values from the $users array. Can you describe how this array is populated? Thanks for your time,
-Dave @ WBI