Display Quick Chat to User Group only
-
Im trying to display the Chat with the following code:
<?php if (current_user_can(‘team’) || current_user_can(‘level_7’) && function_exists(‘quick_chat’)) global $quick_chat;
echo $quick_chat->quick_chat(400, ‘default’, 1, ‘left’, 0, 0, 1, 1, 1, 1);
?>to users in the Group of “Team” or with the level of 7.
But its visible to all users.
Can someone fix the code for me?
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Display Quick Chat to User Group only’ is closed to new replies.