[buddypress-trac] [BuddyPress Trac] #5923: Can't change size of group thumbnail since 2.1 version
buddypress-trac
noreply at wordpress.org
Thu Oct 2 09:00:01 UTC 2014
#5923: Can't change size of group thumbnail since 2.1 version
--------------------------+-----------------------------
Reporter: m1000 | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Core | Version:
Severity: normal | Keywords:
--------------------------+-----------------------------
Hi
Since 2.1 version of BP I can’t change shape of crop tool. I pasted this
code in functions.php (twentyfourteen theme)
{{{
function group_thumbnail_size(){
define( 'BP_AVATAR_FULL_WIDTH', '180');
define( 'BP_AVATAR_FULL_HEIGHT', '120' );
}
add_action('bp_init', 'group_thumbnail_size', 2);
}}}
… and this is what I see [[Image(http://i.share.pho.to/1c4f196e_o.png)]]
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/5923>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac
More information about the buddypress-trac
mailing list