Quote:
Originally Posted by lovelypk
is there a option to disallow specific usergroup to view shoutbox?
|
I'm afraid such option isn't available in the "Lite" version, but you can do this for where you place your shoutbox:
Code:
<if condition="!is_member_of($bbuserinfo, X)">
<!--{%SHOUTBOX%}-->
</if>
Change 'X' to the usergroup ID you wish to deny, and the shoutbox won't "show" for them
- Zero Tolerance