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?

 
Mnkras replied on at Permalink Best Answer Reply
Mnkras
here is the default code that is used to when a person has no avatar,

define('AVATAR_NONE', ASSETS_URL_IMAGES . '/spacer.gif');

change the

change it and stick it in your /config/site.php
cyandesigns replied on at Permalink Reply
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?
NBardales replied on at Permalink Reply
NBardales
And where do you upload the image? To what directory?
LucasAnderson replied on at Permalink Reply
LucasAnderson
in your root directory in the folder /images
NBardales replied on at Permalink Reply
NBardales
thanks, just what I needed! =) and fast...