MyBB Community Forums

Full Version: Disable http://
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How do I disable http:// selector in UserCP?

Dees

What do you mean disable? What do you want to do?
The option ""ww"" already removed from the postbit template.

Now I want also to remove the option in UserCP.

Dees
In the usercp_profile template, find and delete:
<tr>
<td colspan="3"><span class="smalltext">{$lang->website_url}</span></td>
</tr>
<tr>
<td colspan="3"><input type="text" class="textbox" name="website" size="25" maxlength="75" value="{$user['website']}" /></td>
</tr>
Thanks AJS for the solution.

Dees