View Full Version : Profile Privacy?
Charlie_Brown
Sun 12th Oct '08, 6:28pm
I upgraded my test forum and all went well but I don't really see the profile privacy?
I can see the few other new stuff still messing around with it.
Charlie_Brown
Sun 12th Oct '08, 7:04pm
I upgraded my test forum and all went well but I don't really see the profile privacy?
I can see the few other new stuff still messing around with it.
Ok I figured it out these 2 mods need disabled so if anyone has these 2 mods installed disable them.
Icons for UserCP
UserCP Navbar Menu
jumpD
Sun 12th Oct '08, 8:50pm
Icons for UserCP probably doesn't need to be uninstalled. You most likely just need to add the changes to it's template since it uses a different template.
Charlie_Brown
Sun 12th Oct '08, 8:54pm
All I know is when I turned these 2 things off it works as needed. Thanks though for the info.
jumpD
Sun 12th Oct '08, 9:04pm
Just open USERCP_SHELL_ICONS and find near the top
<if condition="$show['customizelink']">
<tr><td class="$navclass[customize]" nowrap="nowrap">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="20">
<img border="0" src="$stylevar[imgdir_misc]/usercp_icons/vcard_edit.png" width="16" height="16"></td>
<td>
<a class="smallfont" href="profile.php?$session[sessionurl]do=customize">
$vbphrase[customize_profile]</a></td>
</tr>
</table>
</td></tr>
</if>
Below that add
<if condition="$show['privacylink']">
<tr><td class="$navclass[privacy]" nowrap="nowrap">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="20">
<img border="0" src="$stylevar[imgdir_misc]/usercp_icons/lock.png" width="16" height="16" /></td>
<td><a class="smallfont" href="profile.php?$session[sessionurl]do=privacy">$vbphrase[profile_privacy]</a></td>
</tr>
</table>
</td></tr>
</if>
Then you can turn Icons for UserCP back on.
Charlie_Brown
Sun 12th Oct '08, 9:16pm
Hmm didn't fix it at all.
Charlie_Brown
Sun 12th Oct '08, 9:43pm
Ok I added the eedit in the wrong place it works now than you.
choccyclaire
Tue 14th Oct '08, 7:42am
Just open USERCP_SHELL_ICONS and find near the top
<if condition="$show['customizelink']">
<tr><td class="$navclass[customize]" nowrap="nowrap">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="20">
<img border="0" src="$stylevar[imgdir_misc]/usercp_icons/vcard_edit.png" width="16" height="16"></td>
<td>
<a class="smallfont" href="profile.php?$session[sessionurl]do=customize">
$vbphrase[customize_profile]</a></td>
</tr>
</table>
</td></tr>
</if>
Below that add
<if condition="$show['privacylink']">
<tr><td class="$navclass[privacy]" nowrap="nowrap">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="20">
<img border="0" src="$stylevar[imgdir_misc]/usercp_icons/lock.png" width="16" height="16" /></td>
<td><a class="smallfont" href="profile.php?$session[sessionurl]do=privacy">$vbphrase[profile_privacy]</a></td>
</tr>
</table>
</td></tr>
</if>
Then you can turn Icons for UserCP back on.
Many thanks for this.
Powered by vBulletin™ Version 4.0.2 Copyright © 2010 vBulletin Solutions, Inc. All rights reserved.