Forums

Join
bbPress Support ForumsInstallationLogged-in User's Gravatar to show on header.

Info

Logged-in User's Gravatar to show on header.

  1. Whats the function or how do I show the logged in user's gravatar or uploaded avatar on the header, after they've logged in.

    thanks..

    i promise to relase the theme im making the general public.

  2. For Gravatars:

    echo bb_get_avatar( bb_get_current_user_info( 'id' ), 32 )

    Where 32 is the pixel size of the Gravatar.

    (That's 1.0 code... not sure about 0.9.)

  3. Many thanks timskii!

    Ranked 100% on the Awesomage meter!

  4. fixed.. img.avatar { border: 0px solid #ddd; }

  5. You must log in to post.