The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
LightIRC Chatbox Details »» | |||||||||||||||||||||||||||||||||||||
4.x.x version can be found here: https://vborg.vbsupport.ru/showthread.php?t=258832 Premium To purchase and view more information on our premium no-branding version of PJIRC Chatbox, please visit my Products & Services. The premium version has the following features, and includes free updates: Copyright removed Auto Set Name Based On Forum Username vBulletin Password to Access IRC Custom Background Image Custom Quit Message Usergroup Permissions I am taking suggestions!!! To Do:
Installation: 1.) Upload the contents of the upload folder to your forum's root. 2.) Import the product-lightircchatbox.xml. 3.) Enter the settings via the AdminCP. If you need an IRC server try irc.ipocalypse.net 4.) Navigate to chatbox.php via your forums. Optional If you do not want to use the navigational link insertion, you can add this code to your navbar template. Code:
<td class="vbmenu_control"><a href="chatbox.php">Chatbox</a></td> If you want to only allow certain groups 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> If you want to only deny certain groups then use this one: Code:
<if condition="!is_member_of($vbulletin->userinfo, 1, 2, 3)"><td class="vbmenu_control"><a href="chatbox.php">Chatbox</a></td></if> Upgrading: Import the product and select Allow Overwrite. Changelog: 1.1 Fixed white page error. Fixed black.css issue. 3.8 Pro version released. LightIRC 1.0 LightIRC released to address a security issue. 2.7 Fixed a bug that showed the Chat's navigational link to disallowed usergroups. 2.5 You can now disallow usergroups. Automatically adds a link to the navbar. (Can be disabled) Help page can now be edited. Help page can be disabled. 2.0 If Nickname and Alternative Nickname are left blank, a members username will be used as the Nickname. Now the HELP button links to a help page that explains commands. Version checking is now enabled 1.0 Release Download Now
Screenshots
Show Your Support
|
Comments |
#12
|
|||
|
|||
No problems mate. Expect an update to it soon. =]
|
#13
|
|||
|
|||
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? |
#14
|
|||
|
|||
Quote:
|
#15
|
|||
|
|||
Also, is it possible to set it so only the members who registered can use the chat room?
|
#16
|
|||
|
|||
I'm guessing you didn't read my to-do list in the first post.
|
#17
|
||||
|
||||
Good start, trying it out:up:
update: love it!! Suggestion: To add a link in the navbar: in navbar template.. find: Code:
$vbphrase[calendar]</a></td> Code:
<td class="vbmenu_control"><a href="http://www.yoursite.com/chatbox.php?$session[sessionurl]">IRC Chatbox</a></td> __________________________________________________ ____________________________ 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: |
#18
|
|||
|
|||
Quote:
|
#19
|
|||
|
|||
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. |
#20
|
|||
|
|||
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? |
#21
|
|||
|
|||
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> |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|