bbPress

Simple, fast, elegant

bbPress Plugin Browser »

bb-avatars (0.2)

Download

Version: 0.2

Other Versions

Last Updated: 2008-5-12

Requires bbPress Version: 0.9.x or higher

Compatible up to: 1.0-dev

Author Homepage »

Plugin Homepage »

Average Rating

5 stars
4 stars
3 stars
2 stars
1 star
(2)

Your Rating

Author: RuneG

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


  1. 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,
    Rune

    Posted: 1 year ago #
  2. The new version is now here on bbPress.org. You can download the latest version from the link above - so disregard the post above :-)

    --
    Rune

    Posted: 1 year ago #
  3. 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 #
  4. 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 #
  5. 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 #

RSS feed for this topic

Add a Comment

You must log in to post.

Code is Poetry.