The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
Reputation Ranks
Let's just say that I want to display rep images instead of those ol' school boring pips.
I tried to do this: <if condition="$post[reputation] == 100"><img src="rank100.jpg" alt="100"></if> It does show, but only if you have exactly 100 rep points. Then I tried this: <if condition="$post[reputation]>100"><img src="rank100.jpg" alt="100"></if> That works as well... But how can I show multiple conditionals? If user has xx or more points: 0 points = I'm too shy 60 points = Lurker 120 points = Camper etc... Thanks! |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|