View Single Post
Old May 12th, 2008, 03:28 PM   #3 (permalink)
bobc973
Junior Member
Verified Customer
 
Join Date: Feb 2006
Posts: 3
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&amp;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.
bobc973 is offline   Reply With Quote