The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#2
|
|||
|
|||
![]()
You could do this:
HTML Code:
<if condition="$post[reputation] >= 120"> <img src="rank120.jpg" alt="120"> <else /> <if condition="$post[reputation] >= 60"> <img src="rank60.jpg" alt="60"> <else /> <img src="rank0.jpg" alt="0"> </if> </if> of course you have to check in descending order. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|