PDA

View Full Version : Total Points on NavBar


Polo
07-03-2006, 02:12 AM
No matter where my users go, I want them to see their total points...

so I want to add the total points to the nabar... I tried insterting what I used in the postbit but it comes out like this:

Points:
Bank:
Total Points:

The text shows, but the actual amounts are not showing....

can someone help me, I would really appreciate it...

This is what I'm using:


<phrase 1="$vbphrase[vbbux_points]">$vbphrase[vbbux_total_points]</phrase>: $post[totalpoints]

isnt that the codE?

Michael_Tree
07-05-2006, 06:28 PM
anyone know?

Polo
07-05-2006, 06:57 PM
are you also interested in this mod michael?:surprised:

I really need help with this one.

Could someone help me? or at least point me in the right direction??

thanks :)

Polo
07-10-2006, 02:34 PM
ok :) after seaching and searching... and searching some more and going over the edge to search some more...

i finally found how to add the total points in the navbar :) (https://vborg.vbsupport.ru/showpost.php?p=913569&postcount=2645)

that's the link to the post...

thanks everyone and well... remember, searching pays off ;)

have a great one everybody

Feckie (Roger)
07-10-2006, 03:50 PM
ok :) after seaching and searching... and searching some more and going over the edge to search some more...

i finally found how to add the total points in the navbar :) (https://vborg.vbsupport.ru/showpost.php?p=913569&postcount=2645)

that's the link to the post...

thanks everyone and well... remember, searching pays off ;)

have a great one everybody


Surly that is not the total Points including the Bank!

Polo
07-10-2006, 05:45 PM
I know that, but well, at least is something...

I figured it out :D to have the total points including the points stored in the bank you go to use

$bbuserinfo[totalpoints]

instead of

$bbuserinfo[points]

hope this helps

Feckie (Roger)
07-14-2006, 04:00 PM
I know that, but well, at least is something...

I figured it out :D to have the total points including the points stored in the bank you go to use



instead of



hope this helps


well that worked for me

Polo
07-14-2006, 04:18 PM
well that worked for me
Glad to hear that :D