Quote:
Originally Posted by MonsterDK
Thank you,, your a star.
Is there also a way to remove it from the registration screen? so there is no way at all the member can enter the URL to start with?
Thanks again
|
You mean when Facebook Connect is enabled? Because on the normal registration Homepage URL isn't an option..
If you do mean in FB mode, then..
Look for this code in
facebook_importregister
Code:
<div class="blockrow">
<label for="fb_homepageurl">
<input type="checkbox" name="fboptions[usehomepageurl]" value="1" checked="checked" id="fb_homepageurl" tabindex="1" />
{vb:rawphrase home_page_url}:
</label>
<div class="rightcol">
<input type="text" class="primary textbox" name="homepageurl" id="homepageurl" maxlength="200" tabindex="1" value="{vb:raw profileinfo.homepageurl}" />
</div>
</div>
Cheers..