Skip to:
Content

BuddyPress.org

Changes between Initial Version and Version 1 of Ticket #3364, comment 10


Ignore:
Timestamp:
07/23/2011 11:31:10 PM (14 years ago)
Author:
DJPaul
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3364, comment 10

    initial v1  
    33My understanding is that BP has 3 avatar sizes; (big) profile avatar, and both a thumbnail-size and a smaller activity stream avatar. BuddyPress has had constants for BP_AVATAR_THUMB_HEIGHT (50px) and BP_AVATAR_FULL_HEIGHT (150px) (width versions too, of course) for a long time. DTheme's CSS has also had hard-coded values for alot of avatars throughout, making these constants pretty rubbish.
    44
    5 I think we need to keep the constants for backpat. Therefore, I've taken out any avatar-related CSS width and height. I've added a new "tiny" size (small activity stream) version, and put some logic into bp_get_activity_avatar() appropriately.
     5I think we need to keep the constants for backpat. Therefore, I've taken out any avatar-related CSS width and height (some of which was referring to a 100px size, which was being overriden by other selectors anyway). I've added a new "tiny" size (small activity stream) version, and put some logic into bp_get_activity_avatar() appropriately.