Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Dream's Chatbox Details »»
Dream's Chatbox
Version: 2.0, by Dream Dream is offline
Developer Last Online: Sep 2010 Show Printable Version Email this Page

Category: Chat Modifications - Version: 3.6.8 Rating:
Released: 11-06-2006 Last Update: 08-13-2007 Installs: 381
DB Changes Uses Plugins Template Edits
Re-useable Code Additional Files  
No support by the author.

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

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #182  
Old 04-24-2007, 06:14 PM
auctionguy auctionguy is offline
 
Join Date: Mar 2007
Location: USA
Posts: 127
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Nice upgrade!! Installed and working great!!
Reply With Quote
  #183  
Old 04-24-2007, 07:57 PM
Zidane007nl's Avatar
Zidane007nl Zidane007nl is offline
 
Join Date: Jul 2004
Location: The Netherlands
Posts: 102
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Dream View Post
Did you update the product file?
I tried that, but I get "Table 'chatbox' already exists" (with overwrite activated). Also with the just released version.
Reply With Quote
  #184  
Old 04-24-2007, 08:18 PM
optrex optrex is offline
 
Join Date: Sep 2005
Posts: 344
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

smilies don't animate, but a great start
Reply With Quote
  #185  
Old 04-24-2007, 09:50 PM
arco arco is offline
 
Join Date: Apr 2007
Posts: 101
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Nice mod! Will follow the progress of this for sure.

I'm posting this hoping it will help others who want the chatbox as a module in vBadvanced.

In vBa CMPS:

Add Module -> Template
Template to Include: adv_portal_chatbox
Template Content:
Code:
<tr>
    <td class="alt1" width="100%" colspan="2"><div class="smallfont" align="center"><iframe src="{$vbulletin->options[bburl]}/chatbox.php?nofocus=1" width="100%" style="border: 0px; height: 300px" frameborder="0"></iframe></div></td>
</tr>
That's it.

Edit: I have it as a side module, so I have "height: 300px". Adjust that to your liking if you want it shorter/longer or have it in the center module position.

Download the module and import it in the vBa CMPS if you want to avoid the manual editing.
Reply With Quote
  #186  
Old 04-24-2007, 10:38 PM
Dream's Avatar
Dream Dream is offline
 
Join Date: Oct 2001
Posts: 2,251
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Zidane007nl View Post
I tried that, but I get "Table 'chatbox' already exists" (with overwrite activated). Also with the just released version.
Did you uninstall it before? You may have to delete your chatbox table from your database and try again.
Quote:
Originally Posted by optrex View Post
smilies don't animate, but a great start
??
Reply With Quote
  #187  
Old 04-28-2007, 06:21 AM
Dream's Avatar
Dream Dream is offline
 
Join Date: Oct 2001
Posts: 2,251
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by arco View Post
Nice mod! Will follow the progress of this for sure.
This mod is pretty much final, unless you guys come up with something interesting I didn't think of.

Thanks for the vbAdvanced instructions, I'll add them in the zip file

I updated the install instructions, everyone should remove this line from the javascript function openChatbox() in the navbar template

return false;

To fix a problem when clicking a chatbox link in Who's Online.
Reply With Quote
  #188  
Old 04-28-2007, 09:10 AM
BadgerDog BadgerDog is offline
 
Join Date: Oct 2006
Location: Toronto
Posts: 1,789
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by arco View Post
Nice mod! Will follow the progress of this for sure.

I'm posting this hoping it will help others who want the chatbox as a module in vBadvanced.

In vBa CMPS:

Add Module -> Template
Template to Include: adv_portal_chatbox
Template Content:
Code:
<tr>
    <td class="alt1" width="100%" colspan="2"><div class="smallfont" align="center"><iframe src="{$vbulletin->options[bburl]}/chatbox.php?nofocus=1" width="100%" style="border: 0px; height: 300px" frameborder="0"></iframe></div></td>
</tr>
That's it.
I have vbadvanced installed, but I didn't have to do this to get Chatbox working as per Dream's standard instructions. Did I miss something?

Regards,
Badger
Reply With Quote
  #189  
Old 04-28-2007, 10:01 AM
Dream's Avatar
Dream Dream is offline
 
Join Date: Oct 2001
Posts: 2,251
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Do you have it as a module in vBadvanced Badger? I don't use vBadvanced, so I can't help.

A user awhile ago had some problems with the Chatbox installed as a module and the function to open the Chatbox popup. I think the solution is in this thread somewhere.
Reply With Quote
  #190  
Old 04-28-2007, 02:55 PM
arco arco is offline
 
Join Date: Apr 2007
Posts: 101
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by BadgerDog View Post
I have vbadvanced installed, but I didn't have to do this to get Chatbox working as per Dream's standard instructions. Did I miss something?

Regards,
Badger
My instructions are only for having the chatbox showing as a module on the vBadvanced frontpage. If you have the chatbox elsewhere on the forum you just follow Dreams instructions. I don't use the popup or have it anywhere else on the forum, just as a side module on the vBadvanced frontpage.
Reply With Quote
  #191  
Old 04-29-2007, 09:20 AM
BadgerDog BadgerDog is offline
 
Join Date: Oct 2006
Location: Toronto
Posts: 1,789
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by arco View Post
My instructions are only for having the chatbox showing as a module on the vBadvanced frontpage. If you have the chatbox elsewhere on the forum you just follow Dreams instructions. I don't use the popup or have it anywhere else on the forum, just as a side module on the vBadvanced frontpage.
Thanks...

I have "vBadvanced CMPS 2.2.0 vBadvanced Content Management &amp; Portal System" installed as an add-on product along with Dream's Chatbox.

On my front page it says "Powered by vBadvanced CMPS v2.2.0".

I use the chatbox on the "Forums" page only, so I guess I'm ok. It's been working fine and the latest addtions are great.

Regards,
Badger
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 04:24 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04730 seconds
  • Memory Usage 2,321KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_code
  • (7)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete