Quote:
Originally Posted by chadi
i excluded only banned usergroup and unregistered/not logged in because I do not want these two groups to be able to post in the shoutbox.
|
ok, try this
HTML Code:
<if condition="is_member_of($bbuserinfo,1)">
You must be registered to use the shoutbox
<else />
Shoutbox Code
</if>
that should exclude non registered members from seeing it, and will tell them they must be registered.
edit: you will have to do this for each Style unless it's a Child style using the templates of the parent style.