• Hi,
    I am using “People List” together with “User Avatar”. While “User Avatar” is generating two images (***bpful and ***bpthumb), the people lists plugin only shows the 96px user image at the frontend. Where can I tell the “people lists” plugin to use the full-size avatar image (without getting overwritten after a new plugin-update)
    Thanks for your help,
    Lorenzo (Germany)

    http://wordpress.org/extend/plugins/people-lists/

Viewing 3 replies - 1 through 3 (of 3 total)
  • I am having this same issue – I thought I saw a setting for this while I was configuring for the first time, but now I cannot find it.

    Any help is much appreciated!

    Sounds like it would be super helpful. Just starting to use this myself, but I’m thinking I may need larger images.

    In your themes functions.php add the lines

    define( ‘USER_AVATAR_FULL_WIDTH’, 300 );
    define( ‘USER_AVATAR_FULL_HEIGHT’, 300 );

    Then in the people list settings click template info and enter a user picture size.

    User Picture size: 300 px the size of the image that is created when %thumbnail% is called in the template.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Larger "User Avatar" image in "People Lists"’ is closed to new replies.