The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Disable User Profile Home Page URL?
I am looking for a way to disable the home page url from user profiles...
I am using VBulletin 4.1.3 Any suggestions? Thanks in advance for any assistance |
#2
|
||||
|
||||
You want to remove the link on the left side of the profile page that says "Home Page" Just remove this code from the MEMBERINFO template:
HTML Code:
<vb:if condition="$prepared['homepage']"> <li> <a href="{vb:raw prepared.homepage}"><img src="{vb:stylevar imgdir_siteicons}/homepage.png" alt="{vb:rawphrase home_page}" class="inlineimg" /> {vb:rawphrase home_page}</a> </li> </vb:if> |
#3
|
|||
|
|||
Thanks Lynne for responding to my question. I will put your suggestion to use in short measure.
(As an update) - Your suggestion worked just as I wanted. :up: Thanks again! |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|