This is my shoutbox that I use (
www.cbox.co.za)
It shows the text fields once a person registers (even if they are COPPA, awaiting email confirmation). I want the text field to be shown only to the fully registered members, not banned, not COPPA, not awaiting email confirmation. How do I do this?
Thank you.
Code:
<td>
<if condition="is_member_of($bbuserinfo,1)">
You must be registered to use the shoutbox
<else />
<iframe frameborder="0" width="100%" height="50" src="http://cbox.co.za/box/?boxid=439&boxtag=7868&sec=form&wname=68&wemail=68&wmsg=175" marginheight="0" marginwidth="0" scrolling="no" name="cboxform" allowtransparency="yes" style="border: #ababab 0px solid; border-top: 0px;"></iframe>
</if>
</td>