You could user an sql query to set the avatar field of the user table to 0 for all users. If you've allowed custom avatars, then you would also want to truncate the customavatar. And if you have your forum set to save avatars in the file system, you'd need to remove those files yourself.
As always, you should make a backup of your database before attempting anything like this.
|