Quote:
Originally Posted by Dj Smuggla
How do i set a if condition for minimum posts?
On my site i want to show the shoutbox for members over 10 posts only...
I've tried this:
<if condition="$bbuserinfo['posts']==10">
But it only shows to members with 10 posts, not 10 and above.
|
That is because you have used the equality operator. You should use the less operator for that: