MyBB Community Forums

Full Version: Remove Feature 'Specify Avatar URL'
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

I have setup my forum so that only Premium Users are able to use or upload avatars. At the moment I am seeing members use there own Avatars by using the feature 'Specify Avatar URL'.

Is there anyway I can stop them from doing this?

Thanks.
Go to: Admin CP >> templates & Styles >> Expand your template set >> Expand User Control Panel Templates >> Edit usercp_avatar
and remove 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>
(2011-11-28, 10:20 PM)mohdows Wrote: [ -> ]Go to: Admin CP >> templates & Styles >> Expand your template set >> Expand User Control Panel Templates >> Edit usercp_avatar
and remove 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>

Would not stop tamper data. But would slow down some people.

It's been a slight pet peeve that MyBB disallows avatars but allows url avatars still. Seems pointless to have an avatar setting that way.