Quote:
Originally Posted by MonsterDK
Hi,
Is it possible to remove the Home Page URL field within the profile/totally so members cannot enter this option?
Thanks
|
In your
modifyprofile template
Code:
<div class="blockrow">
<label for="tb_homepage">{vb:rawphrase home_page_url}:</label>
<input type="text" class="primary textbox" name="homepage" id="tb_homepage" value="{vb:raw bbuserinfo.homepage}" maxlength="200" dir="ltr" tabindex="1" />
<p class="description">
{vb:rawphrase let_other_visitors_know_url}
</p>
</div>
Comment out/Remove that code.. And it won't show you that field..