Quote:
Originally Posted by misterfade
This hack looks great, the one issue I have though is with the permissions. It has the option to enter the usergroups that I don't want to view the chat, but the groups that I want to view the chat are secondary usergroups.
Example:
-Usergroup 2 (main usergroup) - can't view chat
-Usegroup 14 (secondary usergroup) - can view chat
So if I'm in usergroup 2 and also in the usergroup 14, then I still can't view the chat.
How can I get around this?
Thanks.
|
For anyone else looking to add simple permissions per usergroup, do this:
1. Don't put anything where it says "groups that cannot see the chatbox".
2. Open FORUMHOME and right underneath $navbar, put this code (whatever group id's you want):
Code:
<if condition="is_member_of($vbulletin->userinfo, 1, 2, 3, 4, 5)">
$cybchatbox
</if>