Skip to:
Content
Pages
Categories
Search
Top
Bottom

Gravatar in the front-page loop

  • How can i show gravatar in the front-page topic loop

    <?php if ( $topics ) : foreach ( $topics as $topic ) : ?>

Viewing 2 replies - 1 through 2 (of 2 total)
  • ok, i’m using this to show gravatar

    ` <?php echo “<img src=’http://www.gravatar.com/avatar.php?gravatar_id=”.md5(bb_get_user_email($topic->topic_poster)).”‘>”;

    ?>`

    ok, i’m using this to show gravatar

    ` <?php echo “<img src=’http://www.gravatar.com/avatar.php?gravatar_id=”.md5(bb_get_user_email($topic->topic_poster)).”‘>”;

    ?>`

Viewing 2 replies - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.