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!
|