MyBB Community Forums

Full Version: How to disable avatar upload?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I want to disable upload avatar, but allow to use remote url for avatar. is there any option available?
if you want disable Upload Avatar from local you have two way :
1. on  User Control Panel Templates > usercp_avatar_upload Delete (first row)
				<td class="trow1" width="40%">
					<strong>{$lang->avatar_upload}</strong>
					<br /><span class="smalltext">{$lang->avatar_upload_note}</span>
				</td>
this is client side and is not Permanent way
2. Create Custom plugin until close upload on server-side(if you want i can create custom plugin)