Quote:
Originally Posted by rudiviss1
Yes, simply add these:
PHP Code:
<if condition="$show['member']">
Before the Code
and the following after it:
If you want a notice, add this above where you add
PHP Code:
<if condition="$show['member']">
:
PHP Code:
<if condition="$show['guest']">
<p><b>ONLY FOR MEMBERS, SORRY!</b></p>
</if>
|
say I don't want certain usergroups to view the chatbox.... what would I add?