MyBB Community Forums

Full Version: Force ALL User Avatars
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey,

I've managed to remove all avatars, now I'd like to force all current users to have a certain avatar.

I was using a default profile plugin a while back and by mistake 95% of the users got a stupid avatar due to a typo on my behalf. I would like to add the intended avatar now.

How would I do that?

Thanks,
The EXACT answer is not here, but the principles are the same:

http://community.mybb.com/thread-44380-p...#pid557060
UPDATE `mybb_users` SET `avatar` = '(link to avatar)' 

replace (link to avatar) with the url of avatar you want to set