MyBB Community Forums

Full Version: set a default avatar for old members?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I 've installed a plugin default avatar, and it has set avatars to new registered users, but I want to set a default avatar for old members also who have not set before the plugin.
Execute this SQL query:

UPDATE `mybb_users` SET `avatar` = 'images/example.gif' WHERE `avatar` = '';
Does it set all avatars or just for those who have not set their avatar?
Those who have not set their avatar.
Got it, Done Solved