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

Reply
 
Thread Tools
FlashChat - Who is in the chat (Add-On) Details »»
FlashChat - Who is in the chat (Add-On)
Version: 1.01, by Mosh Mosh is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

Version: 3.5.x Rating:
Released: 05-19-2006 Last Update: 05-26-2006 Installs: 47
Uses Plugins Auto-Templates
Re-useable Code Translations  
No support by the author.

Hack Support

This hack is now discontinued - this means that while it will remain available for download and use, there will be no further updates, nor will support be provided as the thread is no longer monitored.

Please click Mark as Installed if you are using this hack.

NOTE: Who is chatting Add-On (for Flashchat) for v3.6.x is available here.


vBulletin Version Compatibility

This hack has be tested with v3.5.8. This has not been tested with earlier versions, but should work.


What Does This Hack Do?

This is an add-on/enhancement to Paul M's FlashChat - Who is in the chat v 4.18, so this hack does not work without Paul M's hack installed first.

This does not change the functionality of Paul M's hack, this is just an enhancement to your installed version of FlashChat - Who is in the chat.

The members on my forum requested that the Who is in the chat box be moved to the top of the forums as it was a long way to scroll down to see who was chatting, at the top members could see who was chatting.

As members had to enter the chat or visit the forum homepage again to see who was chatting, I fixed it so that my members could also see who was chatting as they browsed the various forums and threads as well as on the who is online pages.

Code that is used in this hack is mainly Paul M's and he has kindly given me permission to use the code in my hack. I have also used part of the description off his hack as well.

Thanks Paul for all your work on the Flashchat integration, it makes all our lives easier

What it does
  1. It displays the chat list under the navbar on Forum Home, Forum Display, Show Thread, Who is Online and on Search pages.
  2. The list view is collapsable, so you see just the number.
  3. Users who should display as coloured or bold etc are displayed correctly (based on the display usergroup)
  4. If you 'hover' over a username it will show the room they are chatting in and their status (away etc).
  5. If the chat is empty, a simple "no one is chatting" message is displayed.


Installation Instructions

Follow the attached instructions.

Upgrade instructions are included with the attached instructions.


Version History

v1.01 - Saturday 27th May 2006
-- Final release
-- Added: Display on Search pages

v1.00 - Saturday 20th May 2006
-- Initial Release


Show Your Appreciation

Although not required, if you have enjoyed the benefits of this hack, and would like show your appreciation for my efforts, then please feel free to click on the Support Developer link and donate any amount you feel is appropriate.

Show Your Support

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

Comments
  #32  
Old 06-17-2006, 10:24 AM
AndyP AndyP is offline
 
Join Date: Feb 2006
Location: Brisbane, Australia
Posts: 49
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Installed.
I like it. Nice simple mod.
Reply With Quote
  #33  
Old 06-18-2006, 01:02 AM
Mosh's Avatar
Mosh Mosh is offline
 
Join Date: Aug 2004
Location: Melbourne, Australia
Posts: 1,968
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by AndyP
Installed.
I like it. Nice simple mod.
Why thank you I hope your members enjoy the new feature
Reply With Quote
  #34  
Old 07-15-2006, 09:02 AM
funky1 funky1 is offline
 
Join Date: Jul 2006
Posts: 17
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Great mod. THANKS!!!

Can you tell me where I could edit the code in order for the list to be "collapsed" by default?

Thanks,

Brett
Reply With Quote
  #35  
Old 07-15-2006, 03:28 PM
Mosh's Avatar
Mosh Mosh is offline
 
Join Date: Aug 2004
Location: Melbourne, Australia
Posts: 1,968
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by funky1
Great mod. THANKS!!!
Why thank you
Quote:
Originally Posted by funky1
Can you tell me where I could edit the code in order for the list to be "collapsed" by default?

Thanks,

Brett
That is an easy one

In the Display_Chatters template find:

Code:
<tbody id="collapseobj_forumhome_chatusers" style="$vbcollapse[collapseobj_forumhome_chatusers]">
Replace with:

Code:
<tbody id="collapseobj_forumhome_chatusers" style="$vbcollapse[collapseobj_forumhome_chatusers]; display:none">
That should make all instances of the who is in the chat box collapsed as default
Reply With Quote
  #36  
Old 08-14-2006, 10:41 AM
TCB's Avatar
TCB TCB is offline
 
Join Date: Jun 2004
Location: the Netherlands
Posts: 193
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Does anyone know if this one also works with 3.6 ?
Reply With Quote
  #37  
Old 08-14-2006, 07:07 PM
cavyspirit cavyspirit is offline
 
Join Date: Jan 2004
Posts: 151
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This worked perfectly for me in 3.6.
Reply With Quote
  #38  
Old 08-14-2006, 09:54 PM
jw00dy's Avatar
jw00dy jw00dy is offline
 
Join Date: Dec 2004
Location: Utah
Posts: 250
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Worked great for me in 3.6 too.
Reply With Quote
  #39  
Old 08-15-2006, 07:11 AM
Mosh's Avatar
Mosh Mosh is offline
 
Join Date: Aug 2004
Location: Melbourne, Australia
Posts: 1,968
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks for testing this out folk

First Post amended, to add that in
Reply With Quote
  #40  
Old 08-16-2006, 09:04 AM
barryhand barryhand is offline
 
Join Date: Jul 2006
Posts: 24
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Great Mod, is there any way to add it to all VB pages (members etc.) or anyway to include the variables that are used.

I have a link on the navbar called 'Chat', i want to display the number of chatters. e.g Chat (6) - Chat ($totalchatters)

This works on the forum pages that the add is is visible in, but not my custom pages or the member list etc.

Basically I want to call the variable on the navbar, regardless of the add on being visible on that page? Is there an include anywhere?

Any help ?
Reply With Quote
  #41  
Old 08-21-2006, 09:58 AM
Mosh's Avatar
Mosh Mosh is offline
 
Join Date: Aug 2004
Location: Melbourne, Australia
Posts: 1,968
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by barryhand
Great Mod, is there any way to add it to all VB pages (members etc.) or anyway to include the variables that are used.

I have a link on the navbar called 'Chat', i want to display the number of chatters. e.g Chat (6) - Chat ($totalchatters)

This works on the forum pages that the add is is visible in, but not my custom pages or the member list etc.


Basically I want to call the variable on the navbar, regardless of the add on being visible on that page? Is there an include anywhere?

Any help ?
I think Paul M answered your query here.
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 12:09 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.15699 seconds
  • Memory Usage 2,316KB
  • 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
  • (4)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
  • (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