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 |
#412
|
||||
|
||||
Quote:
Thank u very much! That's what I call good support!! |
#413
|
||||
|
||||
Hi!
Two questions.
If u can show me how to detect current page (if it's vba page or forum home) I think I can do it by myself... edit1 -------- firefox's error console says: Quote:
Code:
shoutsDiv.innerHTML = newshouts + shoutsDiv.innerHTML; function updateChatbox(newshouts) { if (inputontop == 1) { shoutsDiv.innerHTML = newshouts + shoutsDiv.innerHTML; } else { shoutsDiv.innerHTML = shoutsDiv.innerHTML + newshouts; document.body.scrollTop = document.body.scrollHeight; } updateTimeNow(); } |
#414
|
||||
|
||||
I have uninstalled this mod, but the links to it still remain in the admin menu. I can't seem to find where I can make those changes.
|
#415
|
|||
|
|||
Make sure you have deleted the files in /includes/xml/ and /admincp/...
|
#416
|
|||
|
|||
Quote:
Input field size is set in the chatbox options in your admincp, and what you change it to should be visible in vBa just as it does in forum home. But maybe it works different in vB 3.5, all I know is that it works fine here. |
#417
|
|||
|
|||
Installed and working on 3.6.7 PL1. This is just what I needed! Thanks!
Somebody mentioned this a few pages ago (yes, I'm too lazy to go back and quote it). One of the styles I use wasn't showing text in the input area. The smallfont style for that theme has the text white, and the input box background unset (white) by default. Thought I'd share how I dealt with it. In chatbox.php Find Code:
maxlength="255" class="smallfont" Code:
maxlength="255" class="bginput" Edit Main CSS Adjust the Input Fields section to appropriate background and/or text colors for you style. The Input Fields section changes the style for all input fields in vBulletin. If you change the colors for them, you'll also want to edit the settings for <select> Menus to match. Otherwise your drop down lists will be a different style than input fields. This is very noticeable during registration or when editing a profile. |
#418
|
||||
|
||||
Reinstalled the mod (since I was using a kinda old version) and it works great now. Nice new features.
|
#419
|
||||
|
||||
I know this and that's why I ask how to change it. I want to get 2 different input field sizes. I can do it myself if someone show me how to check what page is currently browsed...
|
#420
|
|||
|
|||
Ok, now I understand. Different input field size in vBa and the forum home. I don't think thats doable. Dream please correct me if I'm wrong.
|
#421
|
|||
|
|||
Hi.
I have instlled this and its works very nicely. THere is just one thing. When you are going to "Whos is online" and a member/guest is on the main page it shows " Chatbox" instead of your index title of the main forum page. Is there a way to fix this? Thanks. Fabian |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|