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

Reply
 
Thread Tools
Ideal Chat Lite (facebook style bottom chat/chatroom bar) v1.3.0 Details »»
Ideal Chat Lite (facebook style bottom chat/chatroom bar) v1.3.0
Version: 1.3.0, by Ideal Web Tech Ideal Web Tech is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

Category: Chat Modifications - Version: 4.x.x Rating:
Released: 07-26-2011 Last Update: 10-29-2011 Installs: 173
DB Changes Uses Plugins
Additional Files  
No support by the author.

This modification adds a bottom bar chat system to your board.

Features
  • Friend?s Online List (mutal or all friends)
  • Integration with vBulletin's ignore system so users can block messages from people they want
  • General Chat Room
  • User-to-User Chat
    • Chat with friends
  • Support for infinite number of open chats
  • Automatic Updating of chat messages
  • New message indicators
    • Indicator on Chat Tab for new messages
    • A sound plays for new messages
    • Page title flashes for new messages
    • Indicator for new messages on tabs out of view
  • Multiple window support
    • Supports users having your site open in multiple windows/tabs
    • Changes in one window automatically apply to other windows
  • Automatically disables chat bar for mobile browsers
    • Help save bandwidth for your mobile users
Settings
  • Admin Settings
    • Chat online
    • Ban individual users from chat
    • Update stream time limit
    • Update stream delay
    • Settings & Chat Room link Positions
      • Change where the links show at, or hide them all-together
  • Usergroup Settings
    • Can use chat
    • Can use chat room
  • User Settings
    • Hide Chat bar
    • New message notification method
Change Log
For a full list of changes, please visit: http://community.idealwebtech.com/in...ngelog&file=15

Installation/Upgrade
See included readme file.

Demo
You can see a demo here (You can can register a new account, or use the Login, "Ideal Chat Demo", and password, "chatdemo") This demo is of the pro version which can be found here!

Support
This modification is released for free, and as such we don't officially support it; however, as time permits we will try to offer support on it. We will NOT be monitoring this thread on a daily basis, your best bet for a fast reply would be to go post here.


Common Issues/Topics
Chat Bar Don't Show Up?
Have you configured the usergroup settings? This is the most common issue we see, and 99% of the time it is due to usergroup settings not being configured properly. So if your bar is not showing up, please verify your usergroup settings before reporting it as an issue.

Messages Don't Show Up?
We are aware of an issue causing messages to not show up for some people, and are looking into fixes.

Modification Has Conflict With Another Product
There is always a chance that two products will conflict with each other! We are aware of some, but please feel free to tell us about any products you find to conflict via our Bug Tracker on our site.

Chat Doesn't Support Certain Characters
The chat can only support the characters your board itself can support! If you would like to support certain characters, you must have your board using a charset that supports them. We have only ever once noticed a chat that didn't support every character the board did, and we are looking in it.

Chat Kills My Server
We have tested the chat extensively for server friendliness, and have found it to be very gentle on servers. We have seen the script run with hundreds of active users without putting hardly any load on the server. However, an improperly configured server may result in any reverse-AJAX/push-AJAX/Comet based chat script killing the server. If you find that your server slows down after installation, you may want to talk with your host about raising your MySQL and Apache Max Connection Limits to a more appropriate amount!

Download Now

File Type: zip IWT - Ideal Chat Lite (v1.3.0).zip (318.5 KB, 2151 views)

Screenshots

File Type: png settings-menu.png (23.8 KB, 0 views)
File Type: png active-chat.png (67.1 KB, 0 views)
File Type: jpg full-bar.jpg (4.7 KB, 0 views)
File Type: png new-message-flag.png (51.6 KB, 0 views)
File Type: png new-message-out-of-view.png (52.0 KB, 0 views)
File Type: png online-friends.png (60.8 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
11 благодарности(ей) от:
Ahmet Turan, BCP Hung, c0der, DNCL, exxxir, gsmlover4u, Magnumutz, Manoel J?nior, SuperDude

Comments
  #72  
Old 07-28-2011, 09:17 PM
DNCL DNCL is offline
 
Join Date: Jul 2011
Posts: 66
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Suddenly the old closed boxes of chat with friends all popped up as new to me.

Also if you have 2 pages in the forum open and you closed the chat in one of them the other will keep it and when you reload the box will revert back.
Reply With Quote
  #73  
Old 07-28-2011, 10:57 PM
Ideal Web Tech's Avatar
Ideal Web Tech Ideal Web Tech is offline
 
Join Date: Feb 2008
Posts: 273
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by LA-Aquarium View Post
I had to disable the mod for a while until I can get it fixed.

Should I be editing the ideal_chat_update_stream.php

It caused my forum database connections to max out.
How many members does your site average online at a time? What is your mysql max connections set at? Also what kind of hosting is your site on?

You can update the sleep setting from 1 second to 2, and the stream will use half the resources of before but this won't lower the connection count from the script. Most likely you just need to raise your mysql max connections as it sounds like its set to low. The extra connections generated from this script will basically sit idle till the sleep timer expires then they run 1 query to check for updates. So the extra connections from the script should basically sit idle 90-95% of the time depending on query response time.
Reply With Quote
  #74  
Old 07-28-2011, 11:38 PM
DNCL DNCL is offline
 
Join Date: Jul 2011
Posts: 66
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I think this mod has problems with caching systems like memcache or XCache
Reply With Quote
  #75  
Old 07-28-2011, 11:43 PM
Ideal Web Tech's Avatar
Ideal Web Tech Ideal Web Tech is offline
 
Join Date: Feb 2008
Posts: 273
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by DNCL View Post
I think this mod has problems with caching systems like memcache or XCache
I can state for a fact that it does not have an issue with memcache, xcache shouldn't be able to create a problem either but I dont have it installed on my server to verify (but all it is is an opcode cache).
Reply With Quote
  #76  
Old 07-29-2011, 12:16 AM
mikem164 mikem164 is offline
 
Join Date: Jan 2009
Posts: 152
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I had to disable, will wait for update. I went right for the paid version of microcart when that was released, and the bugs and spelling errors drove me nuts, to the point where I had to disable and wait till I had time to fix myself. I will wait till you get reasonably consistent results before I pick on my forum, which is totally custom and works perfectly otherwise, and the other one, which has had same results with minimal hacks installed. Don't get me wrong, I appreciate the hard work IWT, Good Luck, Mike.
Reply With Quote
  #77  
Old 07-29-2011, 12:25 AM
Ideal Web Tech's Avatar
Ideal Web Tech Ideal Web Tech is offline
 
Join Date: Feb 2008
Posts: 273
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by mikem164 View Post
I had to disable, will wait for update. I went right for the paid version of microcart when that was released, and the bugs and spelling errors drove me nuts, to the point where I had to disable and wait till I had time to fix myself. I will wait till you get reasonably consistent results before I pick on my forum, which is totally custom and works perfectly otherwise, and the other one, which has had same results with minimal hacks installed. Don't get me wrong, I appreciate the hard work IWT, Good Luck, Mike.
We have already fixed all the spelling errors in the package we hope to be releasing tomorrow. As for the forumhome issue that is not a problem with our mod but with another mod that's not making proper use of the variables and flushing the data (typically it keeps being mods overwriting the variable used to include the css), you can see for yourself by turning off your products one at a time till the chat bar shows up.
Reply With Quote
  #78  
Old 07-29-2011, 12:58 AM
mikem164 mikem164 is offline
 
Join Date: Jan 2009
Posts: 152
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

my site with minimal mods has them all off, and it works as stated. PERFECTLY, except for forumhome. I am not the only one with this issue, and all plugins are off but for this one. I also tested this on DEFAULT skin, so it's not a skin conflict
Reply With Quote
  #79  
Old 07-29-2011, 03:35 AM
Ideal Web Tech's Avatar
Ideal Web Tech Ideal Web Tech is offline
 
Join Date: Feb 2008
Posts: 273
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by mikem164 View Post
my site with minimal mods has them all off, and it works as stated. PERFECTLY, except for forumhome. I am not the only one with this issue, and all plugins are off but for this one. I also tested this on DEFAULT skin, so it's not a skin conflict
With what version of vbulletin as every version we have tested has worked perfectly? As the variable used to add the css is the same for that page as the other pages, so logically it should work on forumhome unless something is overwriting the variable, maybe this is related to only a specific version of vBulletin.
Reply With Quote
  #80  
Old 07-29-2011, 01:38 PM
gsmlover4u's Avatar
gsmlover4u gsmlover4u is offline
 
Join Date: Jan 2007
Posts: 348
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

not working always show bussy bar when click on online friends
Attached Images
File Type: png bar.png (4.1 KB, 0 views)
Reply With Quote
  #81  
Old 07-29-2011, 02:33 PM
basilrath's Avatar
basilrath basilrath is offline
 
Join Date: Apr 2006
Posts: 741
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ok update............

tried this and moved various coding around etc

the conflict is with VSA Topstats (ajax)

this is a great mod but top stats wins on the useful side so although id love to have both it seems the chat has a conflict with below

https://vborg.vbsupport.ru/showthrea...light=topstats
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 11:04 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.05307 seconds
  • Memory Usage 2,364KB
  • Queries Executed 26 (?)
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
  • (4)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (9)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (8)postbit_attachment
  • (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
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete