Thank you very much! I wanted to put it on my User CP
with the My Referral Link text in the <td class="tcat" colspan="2"> My Referral Link </td>
and the actuall refferal link in a box. Yet I can't figure out how to do that :S
This is what I came up with so far ><
Code:
<!-- ############## MY REFERRAL LINK ############## -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> My Referral Link
<thead>
<td class="tcat" colspan="2">
http://forum.captainluffy.com/register.php?referrerid=$bbuserinfo[userid]
</td>
</tr>
</tbody>
</table>
<br />
<!-- ############## END MY REFERRAL LINK ############## -->