• 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?

    http://wordpress.org/extend/plugins/user-photo/

Viewing 1 replies (of 1 total)
  • mrwweb

    (@mrwweb)

    Prionkor,

    On the User Photo plugin page, they say:

    New template tags introduced are:
    userphoto_the_author_photo()
    userphoto_the_author_thumbnail()
    userphoto_comment_author_photo()
    userphoto_comment_author_thumbnail()

    I suspect this is what you’re looking for.

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: User Photo] How to use it with wp 3.1 new function get_users()’ is closed to new replies.