dashed
04-15-2007, 07:56 AM
<if condition="$post['posts'] > 1000">
1k post reward goes here
</if>
<if condition="$post['posts'] > 2000">
2k post reward goes here
</if>
I'm trying to do this test code in the postbit template.
But I know it's the wrong one because the $post['posts'] variable is already formated with the comma and therefore is a string. However, is there a variable that doesn't come with comma formated?
1k post reward goes here
</if>
<if condition="$post['posts'] > 2000">
2k post reward goes here
</if>
I'm trying to do this test code in the postbit template.
But I know it's the wrong one because the $post['posts'] variable is already formated with the comma and therefore is a string. However, is there a variable that doesn't come with comma formated?