The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Home page URL
Hi,
Is it possible to remove the Home Page URL field within the profile/totally so members cannot enter this option? Thanks |
#2
|
|||
|
|||
Scroll down in this forum thread to where member Videx explains how to use a url in the method to change header link.
https://vborg.vbsupport.ru/showthrea...t=Homepage+url |
#3
|
|||
|
|||
Quote:
I'm confused. How will this help me to remove the hompage box that the member enters their own hompage into? I want to stop the ability for them to do that. Thanks |
#4
|
||||
|
||||
Quote:
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> |
#5
|
|||
|
|||
Quote:
Quote:
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 |
#6
|
||||
|
||||
Quote:
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.. |
#7
|
|||
|
|||
Worked a treat. thanks
|
#8
|
|||
|
|||
I've got V 3.7 and this didn't do the trick, any ideas anyone?
|
#9
|
|||
|
|||
nothing in this thread can work on 3.7
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|