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 |
#442
|
|||
|
|||
Quote:
What would be nice is if you could have usergroups shown in the color that the group is assigned. See, on our board, the mods are yellow, supermods are light blue, and admins are bold--that would be spectacular! |
#443
|
|||
|
|||
Quote:
I have already amneded things slightly to show the time using <span class="time"> so that it matches the rest of vB. |
#444
|
||||
|
||||
You mean messages in the color of the user group?
|
#445
|
|||
|
|||
Hi, dream!!
Thank you for the chatbox!! I have a question! jeje.. Who can I limit the number of smiles, We have more than 150 smiles, and this spend too time to show all smiles? Could you help me with this issue? Thank you in advance! |
#446
|
||||
|
||||
Hi agsguar,
You need to edit your chatbox.php to limit the number of smilies In chatbox.php, find $i = 0; while( $smilie = $db->fetch_array( $result ) ) { and change it for $i = 0; $i2 = 0; while( $smilie = $db->fetch_array( $result ) AND $i2 < XXX ) { $i2++; Where XXX is the number of smilies to show Let me know if this works for you |
#447
|
|||
|
|||
Dream,
I haven't marked installed yet, because I'm having an alignment problem. I've been all over the code in the templates and php files and can not resolve this. I've tried everything. Everything inside the chat box is aligned to the center. Could you assist me by telling me how and where to place the code to force it to align to the left? I am using the default style, so it's not a style issue, well, as far as I can see. The title of the chatbox is aligned to the left, but the input box and all shouts are centered. Thank you, Damion |
#448
|
||||
|
||||
One user had this problem and posted his fix
https://vborg.vbsupport.ru/showpost....&postcount=403 I'm not sure why this is happening with you guys |
#449
|
|||
|
|||
Is working perfect..
thank you.. one more... (sorry) In my case I have a many forders in smiles folder. example. /images/smilies/animal /images/smilies/default /images/smilies/special /images/smilies/fresas /images/smilies/general /images/smilies/grandes /images/smilies/nuevas and the hack take this directory /images/smilies/nuevas. this images are too large, I preffer to use /images/smilies/general how can change this option. i dont have problem to make this change manually. Thank you in advance.!! |
#450
|
||||
|
||||
So, just show smilies in /images/smilies/general ? Or other folders as well?
|
#451
|
|||
|
|||
hello,
do this mod takes more bandwith? |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|