How to display userid
I'm making a personal add-on where it says your referral link in your user cp. I was wondering what the code is to display the person's userid. I think it's something like [userid]
So far I have:
<table class="tborder" align="center" border="0"
cellpadding="$stylevar[cellpadding]"
cellspacing="$stylevar[cellspacing]" width="100%">
<thead>
<tr>
<td><span style="color: rgb(255, 255, 255);"><span
style="font-weight: bold;">Your Referral Link:</span>
http://www.vgtrades.com/forums/index.php?referrerid=</span>
</td>
</tr>
</thead>
</table>
<br>
Thanks,
Gil
|