Hello,
i have a problem with the CB Substitution.
i will display a placeholder, when a user have a specific status, and this only on other profile viewing, not in the own profile.
example:
[cb:if user="#me" cb_user_status="probation"]not for probation user displaying[/cb:if]
[cb:if user="#me" cb_user_status!="probation"][value][/cb:if]
this substitution works correct on all other profiles, and unfortunatelly in the own profile.
a substitution with user="#me" inside don't accept "and" and "or". thats the big problem.