chocoMako
06-19-2006, 10:11 PM
I'm trying to add in the total points, in pocket and in bank combined, on the vbPlaza main page, and subpages, such as the bank and shop categories. I'd like to place it in the "[user] vbBux vbPlaza Information" box, directly underneath the bank total and above the "Enter the Bank" link.
I've tried placing the following underneath the code for the bank total and above the code for the link:
<div class="smallfont"><phrase 1="$vbphrase[vbbux_points]">$vbphrase[vbbux_total_points]</phrase>: $userinfo[totalpoints]</div>
This works fine for the vbPlaza main page and does exactly what I want it to do, but in the bank and on any other page that shows the information box it just says "Total Points:" and has no number after. So, what am I missing? How do I make the number show on each page?
Sorry if this post is unnecessarily long, I just wanted to make sure that I gave as much information as might be needed to work out this problem.
I've tried placing the following underneath the code for the bank total and above the code for the link:
<div class="smallfont"><phrase 1="$vbphrase[vbbux_points]">$vbphrase[vbbux_total_points]</phrase>: $userinfo[totalpoints]</div>
This works fine for the vbPlaza main page and does exactly what I want it to do, but in the bank and on any other page that shows the information box it just says "Total Points:" and has no number after. So, what am I missing? How do I make the number show on each page?
Sorry if this post is unnecessarily long, I just wanted to make sure that I gave as much information as might be needed to work out this problem.