Hi, i am using new wordpress 3.1 new function get_uers() to list the authors but how do i find the thumbnail urls?
in the user_meta table: i have found this data
userphoto_approvalstatus, 2
userphoto_image_file, 2.jpg
userphoto_image_width, 149
userphoto_image_height, 150
userphoto_thumb_file, 2.thumbnail.jpg
userphoto_thumb_width, 89
userphoto_thumb_height, 90
those contents only the file name. What path should i use?