Quote:
Originally Posted by GigaSb
thats the 2nd time im asking.. can i get help here?
i just want to make regular link in navbar and the number of invites left
IE: Invites Left (9)
how can i do it?
Best Regards.
|
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