So you want to integrate Gravatars into your bbPress install eh?

No problem, simply download this file and upload it to the root of your bbPress installation.

Next, we need to add some code to topic.php located in /bb-templates/topic.php, NOT topic.php located in your bbPress root.  So once you have /bb-templates/topic.php open follow these easy steps:

  1. Place this code: <?php require_once('./bb-hacks.php'); ?> at the top of topic.php just below <?php get_header(); ?>.
  2. Then decide where you want the gravatar to show up, I placed mine between the posters name and classification.  When you have decided where you want it simply place <php cjd_gravatar(); ?> in that spot.
  3. CJD Gravatar is configured exactly like the stock plugin for WordPress so just follow Tom’s instructions and you are golden.

That’s it people.  Save topic.php and upload it to your server, remembering it goes in /bb-templates/, not bbPress root and when you load your bbPress install you will magically have gravatars for each of your posters that have an account.

  1. personal avatar Zeke
    Stroll on over and visit Zeke
    March 1, 2007

    Doesn’t seem to work, cap’tain. I think it might have something to do with the bit of code that displays posters, being in a seperate .php from topic.php?

  2. personal avatar Chris J. Davis
    Stroll on over and visit Chris J. Davis
    March 1, 2007

    Prolly cause I wrote this over a year ago, and there has been a lot of changes in bbPress since then.

  3. personal avatar Zeke
    Stroll on over and visit Zeke
    March 1, 2007

    Any chance you’re interesting in refreshing it? A friend and I have mucked around with no success.

  4. personal avatar Chris J. Davis
    Stroll on over and visit Chris J. Davis
    March 1, 2007

    Sure, I think I could do that. I don’t know if I will be able to do that this week (I am on vacation in GA currently) but at the latest first thing next week I could look into it.

  5. personal avatar Alex
    Stroll on over and visit Alex
    May 10, 2007

    I second the re-write. Have been looking for this function for a while.

  6. personal avatar Alex
    Stroll on over and visit Alex
    May 10, 2007

    Wow. Is that avatar on my post pointing to me? Or is it because gravatar just isn’t working.

Leave a Reply