11
@mjoel, In the file xim/include/functions, replace the line 81:
le="color: #000000"><?php $default = "INSERT INTO ".$xoopsDB->prefix('xim_pers_conf')." (username, sound, status) VALUES ('$username', 1, 2)";
by this (4 is the id of blob sound) :
le="color: #000000"><?php $default = "INSERT INTO ".$xoopsDB->prefix('xim_pers_conf')." (username, sound, status) VALUES ('$username', 4, 2)";
@demian, soon I'll take a look into it