Always use full size Avatar
-
Come across a rather common issue. How to use full size avatar by coding: get_avatar
1. Open buddypress/bp-core/bp-core-avatars.php,
2. Find:
// Set a few default variables
$def_object = ‘user’;
$def_type = ‘thumb’;
$def_class = ‘avatar’;3. Simply change ‘thumb’ to ‘full’
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Always use full size Avatar’ is closed to new replies.