Skip to:
Content
Pages
Categories
Search
Top
Bottom

How to specify Avatar for each blog?


  • bmg1227
    Participant

    @bmg1227

    When you click on the Blogs link, it takes you to a page with all of the blogs listed – how do you specify what the avatar is for the blog?

    I’m sure I’m missing something totally simple here…

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

  • Burt Adsit
    Participant

    @burtadsit

    Right now blogs get a gravatar image. No options to change it yet.


    bmg1227
    Participant

    @bmg1227

    Gravatar for the email that it’s registered to, or just any random one?


    Burt Adsit
    Participant

    @burtadsit

    Right now it’s hardcoded in the spots it’s shown like this:

    <?php echo ‘https://secure.gravatar.com/avatar/&#8217; . md5( $blog->blog_id . ‘.blogs@’ . $bp->root_domain ) . ‘?d=identicon&s=50’; ?>

    It’ll be the same all the time. The blog id being the var in there.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to specify Avatar for each blog?’ is closed to new replies.
Skip to toolbar