MyBB Community Forums

Full Version: Disallow External Avs
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is there a way to disallow users from using avatars from external sources and force them to upload.
Open your usercp_avatar template and look for this code.
<tr>
<td class="trow2" width="40%"><strong>{$lang->avatar_url}</strong></td>
<td class="trow2" width="60%"><input type="text" class="textbox" name="avatarurl" size="45" value="{$avatarurl}" /></td>
</tr>
Delete that it it should only show the upload form under "Custom Avatar". Smile
Thanks I was looking for this too ;D! Although MyBB should add an option to disable it.