Allow mods to update user's avatar

cmeinck

Well-known member
Is this possible? If so, what changes do I make to permissions and how do they update it?
 
Actually there is no permission restriction for add-ons. If you install an add-on, it can do anything including updating user avatar. There are a few way to do it but the best way IMO is using XenForo_Model_Avatar::uploadAvatar()
 
Top Bottom