Still not entirely fixed. I have the "My Messages" show up twice. Just downloaded v6.0 today.
To fix I went to vb3enhanced/profile.tmpl and removed the lines:
Quote:
<tr>
<td class="alt1" align="center">
<br /><b><a href="{$Globals['maindir']}/member.php?uid=$uid&protype=6">{$Globals['pp_lang']['mymessages']}</a></b><br /><br />
</td>
</tr>
|
which was right above:
Quote:
<tr>
<td class="alt1" align="center">
<br /><b><a href="{$Globals['maindir']}/member.php?ppaction=edit&uid=$uid">{$Globals['pp_lang']['editprofile']}</a></b><br /><br />
</td>
</tr>
|
Could a mod please confirm this is the correct fix?
Thanks.