TheRealso0sick
05-02-2013, 12:06 PM
Hey guys!
Can you help me out here real quick?
I'm trying to implement a condition so that users with a specific postcount only can view the content.
In VB3 this code always worked for me:
<if condition="$bbuserinfo['posts'] < 50">
<div>content</div>
</if>
But in VB 4.2.0 it doesn't seem to work anymore.
What do i have to change to make it work?
ty in advance
Can you help me out here real quick?
I'm trying to implement a condition so that users with a specific postcount only can view the content.
In VB3 this code always worked for me:
<if condition="$bbuserinfo['posts'] < 50">
<div>content</div>
</if>
But in VB 4.2.0 it doesn't seem to work anymore.
What do i have to change to make it work?
ty in advance