MyBB Community Forums

Full Version: delete the website space
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello, i want to delete the possibility for users to add their website, it is possible? Becouse in this way i receive a lot of spamm, and users that are not interested to the board, but only to add the website. So for me in this cases will be great to delete tha option of website from the register users, how can i do this?
you can try using this plugin http://mods.mybb.com/view/homepage-control
also see this and replies here
From that posts, i see that i can only hide, but i can't delete it properly. So the users can keep this, and it will be seen from the search engines.
^ have you seen this ?
you can remove code like below from usercp_profile template
<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>