BP_AVATAR_DEFAULT_THUMB broken?
-
Can anyone confirm that using
BP_AVATAR_DEFAULT_THUMB
in bp-custom.php actually works?BP_AVATAR_DEFAULT
works very well to customise the full size avatar – i’m just having trouble with the thumb.examples of what I’m doing
define ( 'BP_AVATAR_DEFAULT_THUMB', get_stylesheet_directory_uri() . '/images/icons/avatar-thumb.png' );
define ( 'BP_AVATAR_DEFAULT', get_stylesheet_directory_uri() . '/images/icons/avatar-thumb.png' );
then stuff like this to output the thumb version of the avatar:
bp_message_thread_avatar( 'type=thumb' );
- The topic ‘BP_AVATAR_DEFAULT_THUMB broken?’ is closed to new replies.