Now find the solution!
you have to go to define.php in the line:
“if (! defined (‘FOOTBALLPOOL_NO_AVATAR’)) define (‘FOOTBALLPOOL_NO_AVATAR’, true); // set to false if you want to show avatars in the ranking”
and where it says “true” put “false”
I leave this doubt in case anyone does not know.
Very good plugin.
An even better solution is to add the following line to your wp-config file:
define( 'FOOTBALLPOOL_NO_AVATAR', false );
If you change the value directly in define.php, then you’ll have to re-do the change after every update of the plugin.
/edit: please beware that adding the avatar can slow down the ranking page a lot when there’s a lot of players in the ranking.
-
This reply was modified 8 years, 8 months ago by
AntoineH.