Allows you to define your own default Gravatar. You can also choose to use identicons (wavatar, identicon or monsterid). You can also change the size of the avatars
bbPress Plugin Browser »
bb-avatars (0.2)
Download
Version: 0.2
Last Updated: 2008-5-12
Requires bbPress Version: 0.9.x or higher
Compatible up to: 1.0-dev
Average Rating





Your Rating
Author: RuneG
-
Hi!
Since I'm not getting the SVN to work...
I've fixed a small bug, the avatars did not show on the profile page. You can download the new version from this link.
I'm sorry for the inconvenience!
Regards,
RunePosted: 1 year ago # -
The new version is now here on bbPress.org. You can download the latest version from the link above - so disregard the post above :-)
--
RunePosted: 1 year ago # -
Gravatar not link to profile page.
I change
$link = get_user_link( $author_id )to
$link = get_user_profile_link( $author_id )This work for me.
Posted: 1 year ago # -
Gravatar also not work if post_author_avatar() if use outside foreach loop.
I put this inside your bb_avatars_show() function
if( $post_id = '' || $post_id == 0 ){
$post_id = get_post_author_id( get_topic_id() );
}This work for me for topic.php
Posted: 1 year ago # -
The plugin activated and seems to work.
But where can I user change their avatar? I'm not seeing the option.
Posted: 9 months ago #
Add a Comment
You must log in to post.