Go Back   vb.org Archive > vBulletin Modifications > Archive > Modification Graveyard
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Flashchat: Who is chatting Details »»
Flashchat: Who is chatting
Version: 3.7.004, by Paul M Paul M is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

Category: Chat Modifications - Version: 3.7.x Rating:
Released: 01-02-2008 Last Update: 12-04-2008 Installs: 324
Translations  
No support by the author.

This modification is no longer available or supported.

This is a simple display of who is currently chatting in FlashChat - on the forum homepage display.

Note: Version 3.7.003 and above are for Flashchat 5.0.x onwards, and will not work with Flashchat 4.x.x. Version 3.7.002 will currently continue to be available for Flashchat 4.

The main features of the 3.7 version are ;

1. It displays the list on Forum Home with the "Users online" display.
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.
6. The hack is phrased.
7. The ability to turn it on/off is in the ACP Options.
8. The ability to allow only certain usergroups to view the list is an ACP option (include or exclude groups).
9. The location of the Flashchat folder is an ACP option
10. The option to record and display the Most Ever chatters can be enabled.

(Options are located in vBulletin Options > Who Is Using Flashchat).

Unzip the XML and import into vB using the ACP Product Manager.


Note: This hack cannot display any bots in the chat, due to the strange way that Flashchat stores this information.

Please also note that I have no connection with the Flashchat product - if you have questions about Flashchat functionality then their forums are located here.



History:

v3.7.001 : First vb 3.7 release.
v3.7.002 : Updated to remove potential $group variable name clash. Not compatible with Flashchat 5.
v3.7.003 : First version for Flashchat 5.0.x. ATCS options removed. Not compatible with Flashchat 4.
v3.7.004 : Fix Most Ever Display Bug.

Show Your Support

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

Comments
  #22  
Old 07-03-2008, 03:05 PM
onestopadam onestopadam is offline
 
Join Date: Apr 2007
Posts: 25
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is there an easy way to adapt this to make it display in the Ultimate Side Columns?
Reply With Quote
  #23  
Old 07-04-2008, 07:25 AM
Meje Meje is offline
 
Join Date: Oct 2007
Posts: 28
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Works brilliantly! Thank you

Can I easily change the image it uses - the whos_online.gif ?

Ive had a bit of a poke around, but cant see where I would need to go to change it?
Reply With Quote
  #24  
Old 07-04-2008, 10:36 AM
Paul M's Avatar
Paul M Paul M is offline
 
Join Date: Sep 2004
Location: Nottingham, UK
Posts: 23,748
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Display_Chatters template.
Reply With Quote
  #25  
Old 07-04-2008, 04:06 PM
Alfa1's Avatar
Alfa1 Alfa1 is offline
 
Join Date: Dec 2005
Location: Netherlands
Posts: 3,537
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have a navigation tabs in my navbar. One is for chat. I would like to display on this tab, how many members are in chat.

I tried this:
PHP Code:
<a href="http://www.mysite.com/forum/misc.php?do=flashchat&room=1" title="Chat Room" id="mytab" class="tab">Chat <if condition="$totalchatters=='0'"><else />($totalchatters)</if></a
The conditional is added, so that it will not display if there are no chatters. I know this is likely not the best way to do it.

Anyway, the code $totalchatters does work on many pages, but not on blog.php, group.php and pages of various add ons.

Do you have any tips for what code to use?
Reply With Quote
  #26  
Old 07-11-2008, 09:29 PM
Trickle Trickle is offline
 
Join Date: Dec 2005
Location: Ontario
Posts: 41
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is there anyway to only display who is chatting on the main chat room? I've created a private chat room and I don't want any registered users to see who's in there, but they can see who's in the main one.

Thanks
Reply With Quote
  #27  
Old 07-11-2008, 11:01 PM
Paul M's Avatar
Paul M Paul M is offline
 
Join Date: Sep 2004
Location: Nottingham, UK
Posts: 23,748
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

There is no such facility.
Reply With Quote
  #28  
Old 07-12-2008, 10:20 PM
NeoDB NeoDB is offline
 
Join Date: Jul 2008
Posts: 13
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Installed it, works great. One question/request:

Where it says "Members currently using Flashchat:" at the bottom, I want to have the word "Flashchat" in that sentence be a clickable link that takes you to the Flashchat itself.

A little help here about what to do?
Reply With Quote
  #29  
Old 07-14-2008, 02:57 PM
SherryG SherryG is offline
 
Join Date: Oct 2006
Posts: 47
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thank you for all of your amazing work, Paul! Love your mods!
Reply With Quote
  #30  
Old 07-15-2008, 04:31 AM
Lady Divus Lady Divus is offline
 
Join Date: Feb 2006
Location: U.S.A.
Posts: 92
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Just a note to say 'Thank you Paul'! I always look forward to using your Mods. You are so smart and your Mods are always smooth and easy to install without a million bugs or errors...Your support is superb in my opinion....Just wanted to give you a warm thank you to let you know your work and knowledge does not go unoticed...Be well -

Lady Divus
Reply With Quote
  #31  
Old 07-25-2008, 11:32 PM
Ben E Lou Ben E Lou is offline
 
Join Date: Dec 2007
Posts: 14
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I've installed, and am getting this error on forumhome:

PHP Fatal error: require_once() [function.require]: Failed opening required 'INC_DIRclasses/db.php' (include_path='.;C:\php_5.2.4\pear') in C:\Websites\gstelmack278\gstelmack.com\woof\forum\ chat\inc\config.php on line 11

A little help?
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 03:09 PM.


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.05147 seconds
  • Memory Usage 2,306KB
  • 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
  • (1)bbcode_php
  • (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
  • (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