For example:
Code:
<if condition="$bbuserinfo['userid']>0">{param}<else />This code is not visible for Guests</if>
or:
Code:
<if condition="$bbuserinfo['reputation']>=100">{param}<else />This code is only visible for reputation points.</if>
Other question security related:
I found out that it would parse vb variables directly in the post.
The question is if there is a security matter / issue or not?!
For example I can write in my post
Code:
$bbuserinfo[reputation]
and it would
directly in my post show my reputation value. So I am afraid it could be used by
members for malicious actions or is this impossible?