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

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

Category: Chat Modifications - Version: 3.8.x Rating:
Released: 01-13-2009 Last Update: 02-19-2009 Installs: 29
DB Changes Uses Plugins
Re-useable Code Additional Files Translations  
No support by the author.

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

IMPORTANT NOTICE: This hack has now been discontinued - this means that while it will remain available for download and use, there will be no further updates as this thread is no longer monitored. I am also not interested in doing paid work requests to update this hack at all.


IMPORTANT NOTICE 2: This hack only works with FlashChat 5 and later versions, and will not work with FlashChat 4.7.x.
There is version of this hack that will work with FlashChat 4.7.12, and can be downloaded here.



What Does This Hack Do?[hr]hr[/hr]
This is an add-on/enhancement to my Flashchat: Who is chatting (Add On) hack for vBadvanced.

IMPORTANT NOTICE: I will NOT be producing a vBadvanced module version of this hack. This is due to the fact that all of my other Flashchat 5: Who is chatting add-on hacks are displayed under the navbar, so, I want all of the display locations to look consistent, and I only want to support one vBadvanced version, and this is it. So, please do not ask.


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. vBadvanced v3.1.0
  2. Tufat's FlashChat v5.x.x
  3. Paul M's Flashchat 5 Integration for vB 3.8 v3.8.002
  4. Paul M's Members who are chatting in Flashchat 5 v3.8.002
  5. Mosh's Flashchat 5: Who is chatting (Add On) v3.8.005
  6. 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 Members who are chatting in Flashchat 5.

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.

Paul M's has kindly given me permission to use some of his code in my Who is chatting add-on hacks.

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

What You Get
  1. It displays the chat list under the navbar in the following locations:
    • vBadvanced CMPS
  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 select which locations this hack is displayed (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.


vBulletin Version Compatibility[hr]hr[/hr]
This hack can only be used with v3.8.0 and later versions.

For the unsupported v3.7.x version of this hack - check here. For the unsupported v3.6.x version of this hack - check here.

NOTE: I will not be upgrading this hack to vBulletin v4.0.x.



Install/Uninstall Instructions[hr]hr[/hr]
The InstallInstructions.txt instructions file is included in attached .zip file.


Screenshots[hr]hr[/hr]
Show in this order:
  • Who is Chatting box
  • Usergroup permissions

Version History[hr]hr[/hr]
v3.8.002 - Friday 20th February 2009
-- Final vBulletin v3.8.x Release
-- Changed: Installation instructions (now has uninstall instructions)
-- Added: VersionHistory.txt

v3.8.001 - Wednesday 14th January 2009
-- Initial vBulletin v3.8.x Release
-- Removed: Need for adding "Portal Output Global Variables" in vBadvanced
-- Added: Global variables to replace the above


Thanks[hr]hr[/hr]
Thanks go out to Paul M who gave me permission to use some of his install code.


Show Your Appreciation [hr]hr[/hr]
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.

Download Now

File Type: zip ms_wic_vba_addon_fc5.zip (3.4 KB, 159 views)

Screenshots

File Type: jpg screenshot1.jpg (75.7 KB, 0 views)
File Type: png screenshot2.png (7.4 KB, 0 views)

Show Your Support

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

Comments
  #12  
Old 06-25-2009, 10:27 PM
Chimpie's Avatar
Chimpie Chimpie is offline
 
Join Date: Nov 2007
Location: Sarasota, Florida
Posts: 234
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Mosh View Post
If it works on every other page, then there only three things I can think that could cause this problem:
  • The define('THIS_SCRIPT', 'adv_index'); line in the file cmps_index.php has been changed to something else
  • The bitfield_ms_wic_addon.xml file was not uploaded to your /includes/xml folder
  • Usergroup permissions were not set
All of my Add-on hacks depend on $ad_location[ad_navbar_below] being available in the navbar template, and if it works on all the other locations, it should also work on vBadvanced CMPS as well, so I am not adding it as the fourth thing I can think of.

See screenshot below with vBavanced CMPS v3.2.0 installed (latest vBadvanced version) to see it working.
Yep...
  • Checked index.php (old cmps_index.php) file, looks good
  • .xml file is in place
  • Permissions set
  • $ad_location.... is in place

This one has me puzzled.
Reply With Quote
  #13  
Old 06-26-2009, 01:27 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 Chimpie View Post
Yep...
  • Checked index.php (old cmps_index.php) file, looks good
  • .xml file is in place
  • Permissions set
  • $ad_location.... is in place

This one has me puzzled.
Be quite honest with you, I can not either.

The only other thing I can suggest is to do a full un-installation of the hack, and then re-install it.

If that does not do it, then there is nothing else I can do to help.
Reply With Quote
  #14  
Old 06-29-2009, 05:57 PM
Racecar Racecar is offline
 
Join Date: Sep 2007
Posts: 82
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

is there a way to put with the who's online? I have it up and working and it's at the top of the page but it would be great to have with the who's online.
Reply With Quote
  #15  
Old 07-19-2009, 02:47 AM
Dstephan Dstephan is offline
 
Join Date: Aug 2005
Posts: 30
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This is great. Which template do I edit to make the "Members currently using Flashchat" a link to enter the chat?

Also is it possible to change this title to something else? I'd like people to know it's a link to the chat.
Reply With Quote
  #16  
Old 07-19-2009, 08:04 AM
Mosh's Avatar
Mosh Mosh is offline
 
Join Date: Aug 2004
Location: Melbourne, Australia
Posts: 1,968
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Please note (read first post for full description of hack support):
Quote:
Originally Posted by Hack Support <snippet>
Free support for this hack is in its unaltered form, and does not include supporting alterations to this hack, custom code, custom template edits and integration with other third-party hacks.
The below should work, but if it does not you are on your own.

Quote:
Originally Posted by Dstephan View Post
This is great. Which template do I edit to make the "Members currently using Flashchat" a link to enter the chat?
Edit the Display_Chatters_Addon template, find:

HTML Code:
$chattitle
Replace with:

HTML Code:
<a href="$fcpath">$chattitle</a>
Quote:
Originally Posted by Dstephan View Post
Also is it possible to change this title to something else? I'd like people to know it's a link to the chat.
Edit phrase wic_using_flashchat.
Reply With Quote
  #17  
Old 07-19-2009, 09:44 PM
Dstephan Dstephan is offline
 
Join Date: Aug 2005
Posts: 30
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks for the help, it's appreciated! I had to make the path a hard link, but that worked.

I couldn't find wic_using_flashchat in any template though, is that in the Display_Chatters_Addon template?
Reply With Quote
  #18  
Old 07-19-2009, 10:44 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 Dstephan View Post
Thanks for the help, it's appreciated! I had to make the path a hard link, but that worked.

I couldn't find wic_using_flashchat in any template though, is that in the Display_Chatters_Addon template?
It is a phrase - read http://www.vbulletin.com/docs/html/l...es_and_phrases on how to change the wic_using_flashchat phrase.
Reply With Quote
  #19  
Old 07-20-2009, 02:15 AM
Dstephan Dstephan is offline
 
Join Date: Aug 2005
Posts: 30
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks again! That did it.
Reply With Quote
  #20  
Old 01-02-2010, 01:08 AM
Mosh's Avatar
Mosh Mosh is offline
 
Join Date: Aug 2004
Location: Melbourne, Australia
Posts: 1,968
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi all,

It is with regret that after over 4 years (and thousands of hours) spent providing free support for my free hacks released here, as of today I will no longer be able to provide support for free.

This is due to being unemployed for a while, being strapped for cash and unable to rely on the virtually non-existant donations from here to help to pay the bills or put food on the table for my family. I am now providing all support for my free hacks released here over at Wolfshead Solutions via an annual support subscription (for a small fee).

It does not mean I will be no longer release free hacks, I will, but I will just no longer be supporting them for free.

My free hacks have and always will remain free to download and use. And so will updates/bug fixes.

I will be releasing more free hacks, but if you require any support at all for those free hacks, you will need to purchase an annual support subscription over at Wolfshead Solutions to receive support.

I am really sorry I have to do this, but revenue generated by my programming gigs are now my only source of income, and I can no longer afford the luxury of providing free support here, when that time can be spent creating new commerial products, doing paid work requests or providing paid support to pay the bills.

Thank you for the understanding.

Regards,

Mosh.
Reply With Quote
  #21  
Old 01-02-2010, 01:22 AM
ProFifaLeagues's Avatar
ProFifaLeagues ProFifaLeagues is offline
 
Join Date: Aug 2009
Location: Uk
Posts: 1,191
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks for all the free help you have given us all top work
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 09:06 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.04953 seconds
  • Memory Usage 2,356KB
  • 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
  • (2)bbcode_html
  • (6)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
  • (2)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
  • (3)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
  • 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_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