Tagged Questions
0
votes
1answer
36 views
get_avatar won't show uploaded avatar, only default gravatar
I'm using the Simple Local Avatars plugin so my bbPress forumgoers can upload their own avatars. Now, when a user logs in, I want his/her avatar to display next to the relevant links (i.e. logout, ...
1
vote
1answer
103 views
Random Default Avatar Function
UPDATE! After a little help from the wordpress.org forums, I made some progress with this code:
// Custom Default Avatar
if ( !function_exists('fb_addgravatar') ) {
function fb_addgravatar( ...
0
votes
1answer
39 views
avatar displays outside of targeted area
I use this micro message system script and I want to add an avatar to it, however, my lack of PHP knowledge is making this difficult.
The code I use to display an avatar is:
...