I think this is what your looking for.
https://vborg.vbsupport.ru/showthread.php?t=113489
Quote:
Originally Posted by toolblast
2. Conditional output based on user fields
For this code snippet, you will need to have set up some user profile fields that you can use. To edit or create new ones, in your ADMINCP go to "User Profile Fields" and click "User Profile Field Manager".
Code:
<if condition="$bbuserinfo['field7']=='Paid Member' OR $bbuserinfo['field7']=='Trial Member'>Output paid member only stuff here</if>
|
From that i think you wanna do something more along the lines of
<if condition="$bbuserinfo['field7']>$post[field7]</if>