I’ve removed the avatar some time ago because I didn’t like the fact that WordPress added some extra queries for every user to obtain the avatar. That could cause serious performance issues on the ranking page and widget for larger user sets.
But there is a constant that you can set in your wp-config.php to re-enable the display of avatars.
I’ve used this myself in one of my own extension plugins. See this post for the link.
It’s this constant:
define( 'FOOTBALLPOOL_NO_AVATAR', false );
Thank you.
I tried it but it didn’t work.
Maybe because it is multisite or because of “wp user avatar”.
Can you think of another way?
My error.
IT’s GOOD!!
working
Thanks. Good job