Forums / Cotonti / Support / Noavatar, how about noimage?

Lissbol
#11372 2009-04-14 17:56
you probably could fix it with sql instead of doing corehax

Run this with phpMyAdmin, tab "SQL" :

Code:
ALTER TABLE sed_users CHANGE user_avatar user_avatar varchar(255) collate utf8_unicode_ci NOT NULL default 'datas/avatars/default.gif';

... And upload the default GIF : datas/avatars/default.gif


Optionally, you can also set this default image for the already registered members with no avatar :

Code:
UPDATE sed_users SET user_avatar='datas/avatars/default.gif' WHERE user_avatar='';

did work on the Sed engine should work on Cotonti aswell
LISSBOL Designs