• I’m trying to use this plug-in so that on each author page, it displays the photo and description of the author, and then a list of their written posts underneath.

    I’ve tried installing this plug-in but cannot get it to work at all. I uploaded the photo fine, but I don’t know where to set the globals and where to define it on the author.php page.

    Please help!!!

Viewing 1 replies (of 1 total)
  • Are you sure that you’ve read the instructions carefully?

    Allows a user to associate a profile photo with their account through their “Your Profile” page. Admins may add a user profile photo by accessing the “Edit User” page. Uploaded images are resized to fit the dimensions specified on the options page; a thumbnail image correspondingly is also generated. User photos may be displayed within a post or a comment to help identify the author. New template tags introduced are:

    * userphoto_the_author_photo()
    * userphoto_the_author_thumbnail()
    * userphoto_comment_author_photo()
    * userphoto_comment_author_thumbnail()

    The first two should be placed in the posts loop near the_author(), and the second two in the comments loop near comment_author() (or their respective equivalents). Furthermore, userphoto_the_author_photo() and userphoto_the_author_thumbnail() may be called anywhere (i.e. sidebar) if $authordata is set.

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: User Photo] Display Photos Dynamically’ is closed to new replies.