how to define 3rd avatar size
-
hello,
is possible to add 3rd avatar size to this:
define( ‘BP_AVATAR_THUMB_WIDTH’, 50 ); define( ‘BP_AVATAR_THUMB_HEIGHT’, 50 ); define( ‘BP_AVATAR_FULL_WIDTH’, 150 ); define( ‘BP_AVATAR_FULL_HEIGHT’, 150 ); <strong>define( ‘BP_AVATAR_MY_3RD_SIZE_WIDTH’, 90 ); define( ‘BP_AVATAR_MY_3RD_SIZE_HEIGHT’, 120 );</strong>
for use in members directory:
<a href="<?php bp_member_permalink(); ?>"><?php bp_member_avatar( 'type=my3rdsize&width=90&height=120' ); ?></a>
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘how to define 3rd avatar size’ is closed to new replies.