MyBB Community Forums

Full Version: disabling external avatars
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
how do i do this? i haven't found a place in the ACP that has this function


- allow uploaded ava's but disable all offsite links
We can just take away the option to enter a URL for the avatar: Smile
Admin CP --> Templates & Style --> Templates --> *Choose your template set* --> User Control Panel Templates --> usercp_avatar
Remove:
<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>
Theroretically if someone did a manual POST or something or used Live HTTP Headers, wouldn't they still be able to stick one up there if its' just removing the input?
Err... I don't think I'm the one to be answering that question. Smile

I'm not sure.
Alright, thanks for the quick response though Smile