The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
It would be nice if somebody made a mod so that depending on the Karma it shows a different image and not many times the same one.
It doesn't look hard for somebody that has the knowledge... Thanks in advance I have a good idea of using it.
|
|
#2
|
||||
|
||||
|
you could already do this with some simple if conditions.
<if condition="$post[reputation] > X">img code here</if> <if condition="$post[reputation] > Y">img code here</if> <if condition="$post[reputation] > Z">img code here</if> |
|
#3
|
|||
|
|||
|
Quote:
Thanks so much!!! |
|
#4
|
||||
|
||||
|
conditionals allow you to do some basic php functions, comparisons are one of them
you can do = == === != !== < > >= <= as well as tons of other stuff. |
|
#5
|
|||
|
|||
|
Can you do AND/OR?
|
|
#6
|
||||
|
||||
|
Quote:
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|