Skip to:
Content

BuddyPress.org

Changeset 11918


Ignore:
Timestamp:
04/01/2018 09:12:19 AM (7 years ago)
Author:
hnla
Message:

Nouveau: Friends requests template, use avatar type 'full'

For main lists we use avatar type 'full' to gain maximum resolution & quality.
Layout dictates visual size through img 100% of parent container or downsizing with pix/%.

Commit updates friends/requests.php template to use full avatar not small thumbs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-templates/bp-nouveau/buddypress/members/single/friends/requests.php

    r11899 r11918  
    2020            <li id="friendship-<?php bp_friend_friendship_id(); ?>" <?php bp_member_class( array( 'item-entry' ) ); ?> data-bp-item-id="<?php bp_friend_friendship_id(); ?>" data-bp-item-component="members">
    2121                <div class="item-avatar">
    22                     <a href="<?php bp_member_link(); ?>"><?php bp_member_avatar(); ?></a>
     22                    <a href="<?php bp_member_link(); ?>"><?php bp_member_avatar( array( 'type' => 'full' ) ); ?></a>
    2323                </div>
    2424
Note: See TracChangeset for help on using the changeset viewer.