
07-01-2008, 06:24 PM
|
|
|
Join Date: Aug 2006
Posts: 99
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by TriMe
Put this in your navbar template where you want it to go. Don't forget to edit the code with your domain, shown in bold.
*** Note that this will only show to members, not guests.***
Code:
<!-- Invites Left --!>
<if condition="$show['member']">
<td class="vbmenu_control"><a
href="http://YOURDOMAIN.com/profile.php?do=invitation">Invites Left: $bbuserinfo[invitation]</a>
</if>
<!-- Invites Left --!>
Hope this helps.
TriMe
|
thank you very much mate
|