The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
what's the code to display the reputation number?
what's the code to display the reputation number? the number of reputation points... what's the code to show that?
|
#2
|
||||
|
||||
$post[reputation]
|
#3
|
|||
|
|||
The whole bit of code is the numbers and the image.
in postbit or postbit legacy PHP Code:
Quote:
|
#4
|
|||
|
|||
Thanks
|
#5
|
|||
|
|||
I used this code:
Code:
<if condition="$show['reputation']"><if condition="$show['reppower']">$vbphrase[reppower]: <span id="reppower_$post[postid]_$post[userid]">$post[reppower]</span> </if> <div><span id="repdisplay_$post[postid]_$post[userid]">My Reputation: $post[reputation] <br></br>$post[reputationdisplay]</span></div></if> |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|