MyBB Community Forums

Full Version: Remove Default Avatar?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How would i remove the default avatar i set in MySQL?
I ran a query:
UPDATE mybb_users SET avatar = uploads/avatars/default.png' WHERE avatar = '';
Now, i want to remove it, how do i do this?

Bump, i really need this.