I'm looking for a way to use an if condition on my forumhome page which uses post count. I want to display certain messages for members with different post counts.

Example

User A has 10 posts, he see message one.
User B has 100 posts, he sees message two.

I tried using this:

Code: 
<if condition="$bbuserinfo['posts'] > 10">
But it said soemthing like: adding child to non-existent node!


Anyone know how to incorporate a users post count on pages?
Tempus Reviewed by Tempus on . User Post Count I'm looking for a way to use an if condition on my forumhome page which uses post count. I want to display certain messages for members with different post counts. Example User A has 10 posts, he see message one. User B has 100 posts, he sees message two. I tried using this: <if condition="$bbuserinfo > 10">But it said soemthing like: adding child to non-existent node! Rating: 5