Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Add-ons

Reply
 
Thread Tools
Who is chatting Add-On (for Flashchat) Details »»
Who is chatting Add-On (for Flashchat)
Version: 4.46a, by Mosh Mosh is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

Category: Add-On Releases - Version: 3.6.x Rating:
Released: 04-01-2007 Last Update: 11-23-2007 Installs: 108
Uses Plugins Auto-Templates
Re-useable Code Additional Files 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.


vBulletin Version Compatibility

This hack can only be used with vBulletin v3.6.x.


What Does This Hack Do?

This is an add-on/enhancement to Paul M's Who is chatting (for Flashchat) v 4.46.
This is a partial port of my v3.5.x hack with extras.

What hacks need installing before installing this hack?
These hacks need to be installed in this order and working correctly, for this hack to work.
  1. FlashChat v4.7.x (v5.x.x has not been tested with this hack)
  2. Paul M's Flashchat Integration for vB 3.6 v3.56
  3. Paul M's Who is chatting (for Flashchat) v4.46
  4. Then install this hack

This does not change the functionality of Paul M's hack, this is just an enhancement to your installed version of Who is chatting (for Flashchat), it will even display both boxes on the forum homepage if you do not turn off Paul M's version.

The members on my forum requested that the Members currently using Flashchat 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 once again he has kindly given me permission to use the code in my Who is chatting add-on hacks. I have also used part of the description from his hack as well.

Thank you 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 and Who is Online pages.
  2. The list view is collapsible, 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 currently using the chat." message is displayed.
  6. Display the Most Ever chatters if enabled.
  7. The ability to turn it on/off is in the AdminCP Options (independent of Paul M's hack).
  8. The ability to select which locations this hack is displayed (independent of Paul M's hack).
  9. The ability to allow only certain usergroups to view the list is an AdminCP option (again, independent of Paul M's hack).
Note: This hack cannot display any bots in the chat, due to the strange way that FlashChat stores this information.

Note: There is no upgrade path from my v3.5.x version, you have to uninstall that one first before installing this one.


Installation Instructions
  1. Unzip the downloaded file and upload file in the Upload/includes folder to the <forum root>/includes folder.
  2. Import the XML into vB using the AdminCP Product Manager. If upgrading from an earlier version, then set Allow Overwrite to Yes.
  3. In vBulletin Options > Who Is Using Flashchat, change Who is in Flashchat - Enable to No so there are not 2 "Members currently using Flashchat" boxes displayed on the forum homepage display.
  4. In vBulletin Options > Who Is Using Flashchat (Add-On). Please change settings here to turn the hack on, select what groups can see this, select which locations you wish this hack to be displayed, if you want to turn the auto insert option off and make the template changes manually (use the contents of the Display_Chatters_Addon template to do so).


Version History
Note: Version numbers will be kept in sync with Paul M's hack

v4.46a - Saturday 24th Nov 2007
-- Final Release
-- Changed: Moved common code to file
-- Changed: Plugin code
-- Removed: Display plugins (not working correctly)

v4.46 - Friday 23rd November 2007
-- Changed: Brought up-to-date with Paul M's hack
-- Changed: Display template
-- Added: Extra AdminCP options

v4.41 - Monday 2nd April 2007
-- 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
  #12  
Old 04-10-2007, 07:24 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 UncoderMom View Post
To do the template edits myself is there a $templatename or do I have to add the whole block code to the page?
If you look at the plugins, you will see that there is php code that calls the Display_Chatters_Addon template. Now if you are manually editing yourself you will have to make sure you have the code attached to the correct hook and then paste the contents of the Display_Chatters_Addon template where you want it to appear in the appropriate template. If you go down that route, you will have to work it out for yourself, as I can not work it out for you.
Reply With Quote
  #13  
Old 04-10-2007, 02:50 PM
captainron19's Avatar
captainron19 captainron19 is offline
 
Join Date: Mar 2006
Posts: 158
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

How can I change the icon to the left of "who is in flashchat" at the bottom of main page?

I created a different icon from the whos_online.gif and named it whos_chatting.gif

I found the section in the "Display Chatters" template which read:

Code:
<td class="alt2"><a href="$fcpath"><img src="$stylevar[imgdir_misc]/whos_online.gif" alt="" border="0" /></a></td>
and changed the graphic text to whos_chatting.gif

but the old graphic remained in place

Any ideas?
Reply With Quote
  #14  
Old 04-11-2007, 07:22 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 captainron19 View Post
How can I change the icon to the left of "who is in flashchat" at the bottom of main page?

I created a different icon from the whos_online.gif and named it whos_chatting.gif

I found the section in the "Display Chatters" template which read:

Code:
<td class="alt2"><a href="$fcpath"><img src="$stylevar[imgdir_misc]/whos_online.gif" alt="" border="0" /></a></td>
and changed the graphic text to whos_chatting.gif

but the old graphic remained in place

Any ideas?
You need to change it in the template Display_Chatters_Addon, the template you changed is part of the original Who is chatting (for FlashChat) hack by Paul M, and as most people would have turned off, when turning mine on, means that template is not used at all.

Also please click Mark as Installed.
Reply With Quote
  #15  
Old 04-11-2007, 10:22 AM
captainron19's Avatar
captainron19 captainron19 is offline
 
Join Date: Mar 2006
Posts: 158
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I went into "Search Templates" did a search for chatters and only 2 templates showed up

Display_Chatters

and

Display_Chatters_Users

The Display Chatters template is the original one I edited and it did not change anything and the Display_Chatters_Users does not have the graphic in it.
Reply With Quote
  #16  
Old 04-11-2007, 12:10 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 captainron19 View Post
I went into "Search Templates" did a search for chatters and only 2 templates showed up

Display_Chatters

and

Display_Chatters_Users

The Display Chatters template is the original one I edited and it did not change anything and the Display_Chatters_Users does not have the graphic in it.
If you do not have the Display_Chatters_Addon template, then you do not have this hack installed, you will need to ask over at Paul M's hack instead as it is his hack you are having the problem with, this is a add-on to that hack and I only support this one and he supports his.
Reply With Quote
  #17  
Old 04-12-2007, 11:16 PM
Kahuna900's Avatar
Kahuna900 Kahuna900 is offline
 
Join Date: Apr 2005
Posts: 50
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I would like to add this hack to my CMPS page, has anyone done that yet?
Reply With Quote
  #18  
Old 04-13-2007, 12:11 AM
K2_02 K2_02 is offline
 
Join Date: Dec 2006
Posts: 22
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Kahuna900 View Post
I would like to add this hack to my CMPS page, has anyone done that yet?
I have been looking for the same thing. I found an older CMPS module but it didn't seem to work with 3.6.
Reply With Quote
  #19  
Old 04-13-2007, 05:46 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 Kahuna900 View Post
I would like to add this hack to my CMPS page, has anyone done that yet?
No, I do not have a CMPS installed. What portal do you have installed? I may look at it an do a hack for it if I like the portal.
Reply With Quote
  #20  
Old 04-13-2007, 10:35 PM
zethon zethon is offline
 
Join Date: May 2005
Posts: 137
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Crashes my board when it's turned on.

Where is the variable "$vbulletin->options['chatfolder']" defined in vBulletin's config. I have FlashChat installed and running just fine, and this variable doesn't seem to be defined.
Reply With Quote
  #21  
Old 04-13-2007, 10:36 PM
zethon zethon is offline
 
Join Date: May 2005
Posts: 137
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by zethon View Post
Crashes my board when it's turned on.

Where is the variable "$vbulletin->options['chatfolder']" defined in vBulletin's config. I have FlashChat installed and running just fine, and this variable doesn't seem to be defined.
Doh! Helps when you read the entire addon's documentation.
Reply With Quote
Reply

Thread Tools

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 05:01 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04868 seconds
  • Memory Usage 2,319KB
  • 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
  • (6)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
  • (3)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