Log in

View Full Version : Post Count If Condition


TheInsaneManiac
07-07-2008, 02:03 AM
I could thought I remembered a way to make content on visible to people who have X amount of posts through an if condition. Is there a way. I though it was like:
<if condition="$post[posts] > 50">
Message
</else>
Message
</if>

MoT3rror
07-07-2008, 02:20 AM
Use $bbuserinfo if you want to compare for the current user and not the person that made the post.