Hi all, I have been looking into this question, read a couple of threads in this forum, but they all seem to be over 5 months old, so I wonder how valid they might be with WPmu2.7.
Most of my users do not have a Gravatar account, so I need to have a way in which they can upload their own avatar and replace the Gravatar one when it is called in the template by:
<?php echo get_avatar(1,'64','identicon'); ?>
anyone know how to do this?