The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Show reputation on legacy postbit
I know I've seen this somewhere, but right now, my legacy postbit 3.6.3 shows reputation as a green dot. What do I need to do to also display it as a number. For example:
Reputation = 100 |
#2
|
|||
|
|||
Just look in ur postbit or postbit legacy Template for: $post['reputationdisplay'] and add before or after: $post['reputation'] ....
|
#3
|
|||
|
|||
This throws an error when I try it. . .
|
#4
|
||||
|
||||
me too.
So? --------------- Added at 18:28 --------------- Well, I fugred out what to do. Add this in your postbit legacy after Rep power Code:
<if condition="$show['reputation']"> Reputation: $post[reputation] </if> Steve |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|