PDA

View Full Version : how can i display point total on forum home


bhall23
10-23-2006, 08:18 PM
I want to display a members point total in the welcome panel. i tried a few phrases and nothing seemed to work. any ideas?

Stilgar
10-24-2006, 04:02 PM
I believe the code would be:


<!-- vbPlaza start -->
<if condition="$show['pointsinpostbit']"><br />
$vbphrase[vbbux_points]: $post[points]<br />
$vbphrase[vbbux_bank]: $post[bank]<br />
<phrase 1="$vbphrase[vbbux_points]">$vbphrase[vbbux_total_points]</phrase>: $post[totalpoints]<br />
<a href="vbplaza.php?do=donate&amp;userid=$post[userid]">$vbphrase[vbplaza_donate]</a><br />
</if>
<!-- vbPlaza end -->

alahnae
12-03-2006, 07:32 AM
didnt work with the vbadvanced front page..:confused: