The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Dream's Chatbox Details »» | |||||||||||||||||||||||||
This adds a simple Chatbox in your forum home page for your members to chat.
The Chatbox is like a thread, members leave small messages in it for others to see. Think of it as an off-topic thread that never ends. The Chatbox can also help keep chatting out of the threads. This mod is light on the server, uses little server resources to work. The default refresh rate is set to 5 minutes. You can disable automatic refreshing entirely in the options. What's the refresh rate? The chatbox updates the messages shown every given seconds, that's the refresh rate. It sends a request to the server asking for new messages every X seconds, that you choose in the options. Warning: If you set your refresh rate to 10 seconds this mod stops being so server friendly. You can do it, but be sure your server can handle it. Features: - Ajax (no page refreshes) - Pages - Set refresh rate in seconds - Hide Chatbox contents from certain user groups - Set user groups that can't send messages but can view chatbox - Moderator user groups that can delete messages - Disable auto refresh for guests - Prune messages by user ID, user name, days old or all - Enable/disable smilies, bbcode and [ img ] - Automatic URL parsing - Users can delete their own messages - Smilies popup with all smilies you can use in messages - Who's Online Support - Show message dates or not - User names linked and colored with their user group colors - Banned Users - Hide refresh button - /me code - Optional message colors - Bunch of options in the Admin Control Panel Live Demos: (leave your live demo in this thread!) http://www.fliz.ru/ (russian) http://www.sustainabilityforum.com/forum http://www.virtualorbit.com/ http://www.bowlandcentral.com/forum VERSION HISTORY This mod is now final. It has all the features I think a chatbox should have, so I won't be adding more features to it. Anyone has my permission to use this as a base for another mod. It will still be updated for bugs though. Show Your Support
|
Comments |
#472
|
||||
|
||||
Updated, version 1.9
- Added option to disable auto refreshing for guests. This can save resources if you have a low refresh rate. |
#473
|
||||
|
||||
Quote:
I don't plan on updating this mod anymore, it now has all the features I think it should have. |
#474
|
||||
|
||||
Quote:
while( $smilie = $db->fetch_array( $result ) ) { echo '<td class="alt1" align="center">' . chatbox_make_smilie_link($smilie) . "</td>\n"; $i++; if ($i >= $smiliecolumns) { echo "</tr><tr>\n"; $i = 0; } } for while( $smilie = $db->fetch_array( $result ) ) { if ($smilie[smiliepath] == '/images/smilies/general') { echo '<td class="alt1" align="center">' . chatbox_make_smilie_link($smilie) . "</td>\n"; $i++; if ($i >= $smiliecolumns) { echo "</tr><tr>\n"; $i = 0; } } } If that doesnt work, try using '/images/smilies/general/' or 'images/smilies/general' or 'images/smilies/general/' Also don't forget to redo the code change I told you about before. |
#475
|
|||
|
|||
Thank you for the Dream's Chatbox There are many interesting options.
|
#476
|
|||
|
|||
Thanks again.
|
#477
|
|||
|
|||
Thanks for the update Dream
|
#478
|
||||
|
||||
No problem
You are welcome. The version you guys have at vbulletin resources is an old one, be sure to update it for I think some people might want to use a more simple chatbox than one too full of stuff (some people might). This chatbox is aimed to be simple for people that don't need too many stuff. |
#479
|
|||
|
|||
Quote:
I tested it, and it works perfectly I will translate it soon. If you want, i can post here the french language of the chatbox. Regards, Sofia. |
#480
|
||||
|
||||
Sure, if you post it I'll put it in the downloads. Also if VBDev wants to use any option in this chatbox in MGC Chatbox he has my permission.
|
#481
|
|||
|
|||
Quote:
I'm going to go to bed. Good night |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|