Quote:
Originally Posted by Dismounted
You can use them in the same way you do in PHP.
Code:
<if condition="$var1 < 2">
<if condition="$var1 =< 2">
<if condition="$var1 == 2">
|
that's a new one for me! thanks a lot for your reply
--------------- Added [DATE]1243358250[/DATE] at [TIME]1243358250[/TIME] ---------------
Quote:
Originally Posted by Dismounted
You can use them in the same way you do in PHP.
Code:
<if condition="$var1 < 2">
<if condition="$var1 =< 2">
<if condition="$var1 == 2">
|
nevermind, disregard my last post, i tried to make it work and its not working
PHP Code:
<if condition="$post[posts] < 2">
my rank is 1 </if>
<if condition="$post[posts] =< 20">
my rank is 2 </if>
<if condition="$post[posts] =< 30">
my rank is 3 </if>