Forums

Join
bbPress Support ForumsThemesAvatar size

Info

Tags

Avatar size

  1. How can i change the size of the avatars next to a post?

    grz,
    Mathias

  2. Template file post.php:

    post_author_avatar_link(whatever you want);

  3. Thx!
    Didn't know that it was so easy :)

  4. What is the syntax for "whatever you want"? What would that look like for various sizes, or what parameters are accepted?

  5. The value for the size, if you want an avatar with 80x80 pixel you need to type '80'...

  6. So, it would look like this?

    <?php post_author_avatar_link(80); ?>

    for 80x80 pixel avatars?

  7. Yes, but i'm not a bbpress / php expert :)

  8. This topic is closed