Yeah, try this modification:
http://mods.mybb.com/view/default-avatar
Or you can run this SQL code:
Code:
UPDATE `mybb_users` SET `avatar` = 'location of avatar' WHERE `avatar` = ''
and that'll set everyone who doesn't have an avatar to what you put. But this doesn't change for new users. Best getting a modification.