Quote:
Originally Posted by Neutral Singh
Yeah! Sure
Edit Template: MEMBERINFO
Find :
Code:
<tr>
<td class="tcat">$vbphrase[view_profile]<span class="normal">: $userinfo[username]</span></td>
</tr>
Replace with:
Code:
<tr>
<td class="tcat"><div style="float:$stylevar[left]; padding:4px">$vbphrase[view_profile]<span class="normal">: $userinfo[username]</span></div>
<div style="float:$stylevar[right]; padding:4px">
<strong>(<a href="userpage.php?do=main&userid=$userinfo[userid]">View My Personal Webpage</a>)</strong></div></td>
</tr>
Guess what?? You are Done!! 
|
How can I make it so that the link only shows up in the member information if they actually have a userpage?