Thanks Chuck. I see that
VB profile link now.
But if I wanted to add a new link in the left side box (member.php) , let's say under COMMENTS. I go to /GALLERY/TEMPLATE/PROFILE.TMPL and under the lines:
<tr>
<td class="{$Style['tddetails']}" align="center">
<br /><b><a href="{$Globals['maindir']}/member.php?uid=$uid&protype=2">{$Globals['pp_lang']['comments']}</a></b><br /><br />
</td>
</tr>
I add:
<tr>
<td class="{$Style['tddetails']}" align="center">
<br /><b><a href="http://www.photopost.com/" target="_blank">BUY PHOTOPOST PRO</a> </b><br /><br />
</td>
</tr>
But that doesn't seem to change that left hand box. What am i missing?
Thanks.