Default User Avatar
Permalink 2 users found helpful
This is probably incredibly simple, but I wanted to know how to set a default avatar for my users.
Suggestions?
Suggestions?
Thanks -
I actually found that this worked...
define('AVATAR_NONE','/spacer.gif');
I'm not sure what the (ASSETS_URL_IMAGES) part was for, but it didn't help. Is it an important element and I just put the image in the wrong spot?
I actually found that this worked...
define('AVATAR_NONE','/spacer.gif');
I'm not sure what the (ASSETS_URL_IMAGES) part was for, but it didn't help. Is it an important element and I just put the image in the wrong spot?
And where do you upload the image? To what directory?
in your root directory in the folder /images
thanks, just what I needed! =) and fast...
define('AVATAR_NONE', ASSETS_URL_IMAGES . '/spacer.gif');
change the
change it and stick it in your /config/site.php