By using phpMyAdmin you can use the following query to set all avatars to avatar id1 (my default avatar) and change the default avatar to id1, this is what I did on my board, but it does reset the avatars. Maybe alternatively you can just make the row default avatar id 1.
THIS CODE WILL CHANGE -ALL- AVATARS TO ID 1 Though you will be able to change avs afterwards it will set everyone to the default first.
Quote:
UPDATE user SET avatarid='1'
|