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:
But it said soemthing like: adding child to non-existent node!
Anyone know how to incorporate a users post count on pages?
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">
Anyone know how to incorporate a users post count on pages?
Last edited: