I do not want people to see home page on profile

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • glenv
    Senior Member
    • Feb 2001
    • 542

    I do not want people to see home page on profile

    How do I restrict what people can see if they look at someone's profile? I chose

    "User listing and profile viewing" and made sure "home page" was unchecked but I think they can still see it.
  • Jake Bunce
    Senior Member
    • Dec 2000
    • 46598
    • 3.6.x

    #2
    The homepage is always shown on profile pages as long as the user has a value entered. You can remove the homepage from the profile pages by editing the MEMBERINFO template. Remove the red code:

    Code:
    	<td class="panelsurround" align="center">
    	<div class="panel">
    		<div align="$stylevar[left]">
    		
    			<div class="fieldset">
    				<table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">
    				[color=red]<if condition="$show['homepage']">
    				<tr>
    					<td>
    						$vbphrase[home_page]:<br />
    						<a href="$userinfo[homepage]" target="_blank">$userinfo[homepage]</a>
    					</td>
    				</tr>
    				</if>[/color]
    				<tr>
    					<td>

    Comment

    widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
    Working...
    😀
    😂
    🥰
    😘
    🤢
    😎
    😞
    😡
    👍
    👎