Info
- 4 posts
- 2 voices
- Started 2 years ago by massbase
- Latest reply from massbase
- This topic is resolved
Logged-in User's Gravatar to show on header.
-
- Posted 2 years ago #
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.
-
- Posted 2 years ago #
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.)
-
- Posted 2 years ago #
Many thanks timskii!
Ranked 100% on the Awesomage meter!
-
- Posted 2 years ago #
fixed.. img.avatar { border: 0px solid #ddd; }
-
You must log in to post.