Banned member conditionals help
I am trying to customise my member profiles so that if the member has been banned the profile will display something different (to all)...and I am running into trouble lol
At a glance, what I am trying to do is:
On viewing member profile page =====
<If member has been banned>
[show custom content]
<else />
[normal content]
The conditional I tried I found in another thread for showing custom avatars in postbit/member profiles is not working:
<if condition="is_member_of($post, 8)">
Can anyone help me with the conditional I *should* be using to get it to work? I am using 3.8.4
|