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
  #52  
Old 12-27-2006, 06:59 PM
dennysperez dennysperez is offline
 
Join Date: Dec 2006
Posts: 5
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Same here.
Reply With Quote
  #53  
Old 01-18-2007, 08:16 PM
Mosh's Avatar
Mosh Mosh is offline
 
Join Date: Aug 2004
Location: Melbourne, Australia
Posts: 1,968
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

My PHP and MySQL do not meet minimum specs for upgrading to v3.6.x at the moment. Once I can upgrade the backend, I can then upgrade the forums and my dev forum and then be able to update all of my hacks. Until I can do that all updates are on hold, sorry.
Reply With Quote
  #54  
Old 01-21-2007, 12:56 PM
Reflect Reflect is offline
 
Join Date: Feb 2005
Posts: 15
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

how do i remove this, installed it and it's messed up my forum index, stretched too wide, guess it does't work with pauls one just yet.
Reply With Quote
  #55  
Old 01-23-2007, 07:21 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 Reflect View Post
how do i remove this, installed it and it's messed up my forum index, stretched too wide, guess it does't work with pauls one just yet.
Just uninstall the product, that is it.
Reply With Quote
  #56  
Old 02-05-2007, 12:40 AM
AndyP AndyP is offline
 
Join Date: Feb 2006
Location: Brisbane, Australia
Posts: 49
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by jdsinclair View Post
My PHP and MySQL do not meet minimum specs for upgrading to v3.6.x at the moment. Once I can upgrade the backend, I can then upgrade the forums and my dev forum and then be able to update all of my hacks. Until I can do that all updates are on hold, sorry.
Thanks for letting us know.
Reply With Quote
  #57  
Old 02-26-2007, 10:40 AM
SherryG SherryG is offline
 
Join Date: Oct 2006
Posts: 47
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Installed on 3.6.4 and working perfectly. Thank you
Reply With Quote
  #58  
Old 03-08-2007, 04:21 AM
ravencr ravencr is offline
 
Join Date: Feb 2007
Posts: 84
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by HotnHoly View Post
Hi,

i can't find

Code:
Edit the Members in Flashchat (2) plugin

Find:

$search_text = '<!-- end logged-in users -->';


Change it to:

$search_text = '$navbar';

Save the plugin.
in the Members in Flashchat (2) plugin

There is only

Code:
if ($userinfo['activity'] == 'flashchat')
{
	$handled = true;
	$userinfo['action'] = $vbphrase['in_flashchat'];
	$userinfo['where'] = '<a href="'.$vbulletin->options['bburl'].$vbphrase['flashchat_path'].'">'.$vbulletin->options['bburl'].$vbphrase['flashchat_path'].'</a>';
}
in there.

Can anybody help me, please?
I have the exact same problem. I can't find that line in the members in Flashchat (2). It doesn't exist. I'm running 4.4 version of Paul's Hack.

Chris
Reply With Quote
  #59  
Old 03-08-2007, 04:59 AM
ravencr ravencr is offline
 
Join Date: Feb 2007
Posts: 84
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I went back to 4.18 instead of 4.4 and works partially, but it doesn't label it as chat, ust a box that you can open or collapse with who's in chat but nobody would know because there's not title like it should be. www.utvrally.com/forum

Chris
Reply With Quote
  #60  
Old 03-08-2007, 05:14 AM
ravencr ravencr is offline
 
Join Date: Feb 2007
Posts: 84
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ok, folks, for those running 3.6, you need to install version 4.18, then download version 4.4 as well. Once downloaded completely for 4.18, then go to your Display_Chatters in 4.4 and copy and paste that code into the 4.18 display_chatters. That will make it function 100$ as intended.

Chris
Reply With Quote
  #61  
Old 03-08-2007, 05:26 AM
ravencr ravencr is offline
 
Join Date: Feb 2007
Posts: 84
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

copy and past this into the display_chatters of the 4.18 version and you'll be good to go:

<tbody>
<tr>
<td class="thead" colspan="2">
<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_chatusers')"><img id="collapseimg_forumhome_chatusers" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_chatusers].gif" alt="" border="0" /></a>
$chattersdesc $totalchatters
</td>
</tr>
</tbody>
<tbody id="collapseobj_forumhome_chatusers" style="$vbcollapse[collapseobj_forumhome_chatusers]">
<tr>
<td class="alt2"><a href="chat/flashchat.php"><img src="$stylevar[imgdir_misc]/whos_online.gif" alt="" border="0" /></a></td>
<td class="alt1" width="100%"><div class="smallfont">$chatters</div></td>
</tr>
</tbody>
<!-- end who is in flashchat -->
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 07:30 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.04749 seconds
  • Memory Usage 2,317KB
  • 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
  • (3)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