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 |
#422
|
|||
|
|||
I'm getting this error...
Database error in vBulletin 3.6.5: Invalid SQL: SELECT count(shoutid) AS total FROM chatbox; MySQL Error : Table 'gifteds_lxp.chatbox' doesn't exist Error Number : 1146 Date : Monday, May 21st 2007 @ 01:17:30 PM Script : http://giftedsouls.net/gs/chatbox.php |
#423
|
|||
|
|||
How can I install the tables manually?
|
#424
|
|||
|
|||
Is there a possibility to auto-delete all the messages in the shoutbox after a few time?
Would be nice if someone could help me with this |
#425
|
|||
|
|||
Open the zip file and look in the cron directory for instructions on how to autoprune.
|
#426
|
|||
|
|||
Try to drop the chatbox tables (if you have phpmyadmin) or uninstall the product, then reinstall it to see if that fixes it.
|
#427
|
|||
|
|||
I tried but to no avail.
|
#428
|
|||
|
|||
How does this compare to the inferno shoutbox in terms of resources used? thanks!
|
#429
|
|||
|
|||
Run this query:
Code:
CREATE TABLE ".TABLE_PREFIX."chatbox ( `shoutid` INT( 10 ) NOT NULL AUTO_INCREMENT , `userid` INT( 10 ) NOT NULL , `username` VARCHAR( 100 ) NOT NULL , `shout` VARCHAR( 255 ) NOT NULL , `dateline` INT( 10 ) NOT NULL , `ipaddress` VARCHAR( 16 ) DEFAULT '0' NOT NULL , PRIMARY KEY ( `shoutid` ) ); |
#430
|
|||
|
|||
How can I add custom commands to this?
like the /me command.. |
#431
|
||||
|
||||
the more i look at it.... the more i like it... i was so used to shoutbox.., but my site kept crashing because of the amount of resources it stole..., but this will work just fine.... in conjunction with the big flashchat.....
and like everyone else... i'm trying to figure out why i cant paste the chat on the upper part of forumhome.. good job and thanks |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|