The Arcive of vBulletin Modifications Site. |
|
how can i display point total on forum home Details »»
|
|||||||||||||||||||||||||
I want to display a members point total in the welcome panel. i tried a few phrases and nothing seemed to work. any ideas?
Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
I believe the code would be:
Code:
<!-- 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&userid=$post[userid]">$vbphrase[vbplaza_donate]</a><br /> </if> <!-- vbPlaza end --> |
|
#3
|
|||
|
|||
|
didnt work with the vbadvanced front page..
|
![]() |
|
|