Status
Not open for further replies.

Tempus

Active Member
58
2011
5
0
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?
 
Last edited:
21 comments
Status
Not open for further replies.
Back
Top