<xf:ifis="{$xf.visitor.user_id} == {$post.user_id} OR {$xf.visitor.is_staff}">
{{ bb_code($post.message, 'post', $post) }}
<xf:else/><divclass="noViewPermission">
You can only view your own messages.
</div></xf:if>
You will probably need to modify other templates aswell, like preview etc.
<xf:ifis="{$xf.visitor.user_id} == {$post.user_id} OR {$xf.visitor.is_staff}">
{{ bb_code($post.message, 'post', $post) }}
<xf:else/><divclass="noViewPermission">
You can only view your own messages.
</div></xf:if>
You will probably need to modify other templates aswell, like preview etc.