03-01-2006, 05:19 PM
|
|
|
|
Join Date: Sep 2005
Location: VA
Posts: 120
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by exilera
Another question... this may have been asked before, but I can't seen to find any reference to it. Anyway, what is the tag I'd use to display the total number of points for a user? I'd like to put a line for that below 'private messages' in the navbar. Also, where exactly would I need to place this code to make it work?
Thanks!
|
Here is how I did it.
Code:
<strong><phrase 1="$bbuserinfo[username]">$vbphrase[welcome_x]</phrase></strong> You have $bbuserinfo[points] chips!<br />
|