Log in

View Full Version : <if condition... [member posts]></if>


Triky
01-03-2008, 07:13 AM
Hi, I would like to set an if for member posts. I mean:

If you're a member with less than one post, then you will see a message under the navbar. I know how to do the message under the navbar.. I want to know if there is an if for do this.

Opserty
01-03-2008, 09:27 AM
<if condition="$bbuserinfo['posts'] < 1">
You have less then one post
</if>

Triky
01-03-2008, 09:54 AM
Thank you!