![]() |
Quote:
|
This is a good mod. Please take it to the next level in customization. I have installed it on my website and I am having my users test it now. It is very good so far.
I have a question. Where can I change the text in Help? I use mibbit.com. Does mibbit.com control that? |
Quote:
|
Also, is it possible to set it so only the members who registered can use the chat room?
|
Quote:
|
Good start, trying it out:up:
update: love it!! Suggestion: To add a link in the navbar: in navbar template.. find: Code:
Code:
__________________________________________________ ____________________________ This is no longer needed as usergroups can now be chosen in admincp. Code:
Or, this is to only allow certain usergroups (Admin only for example)to see the link in the navbar: |
Quote:
|
Medtech, thank I am going to use that for my Registered group for now.
Another suggestion would be a block showing the number or user names of people who are in the Chat Room. |
I just needed </if> at the end of the code.
How about if I want more than just want groups, do I just add a coma and the group ID to it? |
Quote:
Code:
<if condition="is_member_of($vbulletin->userinfo, 1, 2, 3)"><td class="vbmenu_control"><a href="chatbox.php">Chatbox</a></td></if> If you wanted to just allow all groups, but disallow only certain groups just use this code: Code:
<if condition="!is_member_of($vbulletin->userinfo, 1, 2, 3)"><td class="vbmenu_control"><a href="chatbox.php">Chatbox</a></td></if> |
All times are GMT. The time now is 04:36 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|