Forums
-
- Forum
- Posts
-
- Installation
- 28,091
- Troubleshooting
- 61,371
- Themes
- 10,273
- Plugins
- 15,121
- Requests & Feedback
- 14,750
- Showcase
- 3,251
-
Fixed.
Changed
<?php if ( $avatar = bb_get_avatar( bb_get_current_user_info( 'name' ), $size = '50' ) ) : ?>
<div style="float:right;"><?php echo $avatar; ?></div>
<?php unset($avatar); endif; ?>
to
<?php if ( $avatar = bb_get_avatar( bb_get_current_user_info( 'id' ), $size = '50' ) ) : ?>
<div style="float:right;"><?php echo $avatar; ?></div>
<?php unset($avatar); endif; ?>
See also: WordPress.org • bbPress.org • BuddyPress.org • Matt • Blog RSS