vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   FlashChat - Who is in the chat (Add-On) (https://vborg.vbsupport.ru/showthread.php?t=116141)

Intex 09-02-2006 08:14 PM

Great mod.

I have one issue though. I'm using two styles and it shows fine on both styles within a forum / thread area, but only shows on one style for the forumhome. Any ideas?

Mosh 09-05-2006 08:34 AM

Quote:

Originally Posted by Intex
Great mod.

I have one issue though. I'm using two styles and it shows fine on both styles within a forum / thread area, but only shows on one style for the forumhome. Any ideas?

If you can post (or PM me) the URL to your site, I will have a look. Please also let me know what style is affected.

smoknz28 10-01-2006 07:57 PM

Done good....done real good. ;)

Installed on vB 3.6.1 with ease.

Thank you for sharing this code with the rest of us. :D

Mark
www.f-bodyhideout.com/forums

Mosh 10-03-2006 06:48 AM

Quote:

Originally Posted by smoknz28
Done good....done real good. ;)

Installed on vB 3.6.1 with ease.

Thank you for sharing this code with the rest of us. :D

Mark
www.f-bodyhideout.com/forums

You are most welcome :) PaulM is the person to really thank though, as this is just based on his Who is in the Chat mod.

smoknz28 10-14-2006 09:59 PM

I even got this running on my vB 3.6.2 however, PaulM has updated his Who Is Chatting hack. With his update the code has obviously changed, so this will no longer work with his update he put out today Oct 14, 2006.

I kept the old hack he made and added it....then installed your hack and I'm back off and running once again. ;)

It would be nice if you and Paul could work with one another and have this working with his latest version of Who Is Chatting hack. ;)

Thanks

TCB 11-05-2006 11:40 AM

Is there any way to have this hack working with the latest intergration hack from PaulM?

Please? :D

Mosh 11-08-2006 05:03 AM

As soon as I install version 3.6.x at least on my test forum, I will update this mod, but until then please have patience.

TCB 11-15-2006 08:06 PM

looking forward to it. I loved it the way your addon showed the people currently in the chat on top of the forum (y)

AndyP 12-18-2006 10:36 AM

I'll add my vote to having this work in with PaulM's latest version. Doesn't look like it would take too much to fix up, but beyond me nevertheless.

Must be a great mod, jdsinclair & PaulM, because when it went temporarily missing during the vBulletin upgrade, the members kicked up a stink about it.

FyreLance 12-22-2006 03:48 PM

Quote:

Originally Posted by AndyP (Post 1140911)
I'll add my vote to having this work in with PaulM's latest version. Doesn't look like it would take too much to fix up, but beyond me nevertheless.

Must be a great mod, jdsinclair & PaulM, because when it went temporarily missing during the vBulletin upgrade, the members kicked up a stink about it.

+1, Would like to use this with the latest version of PaulM's hack. Any news on that? :)

dennysperez 12-27-2006 06:59 PM

Same here.

Mosh 01-18-2007 08:16 PM

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.

Reflect 01-21-2007 12:56 PM

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.

Mosh 01-23-2007 07:21 PM

Quote:

Originally Posted by Reflect (Post 1164236)
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.

AndyP 02-05-2007 12:40 AM

Quote:

Originally Posted by jdsinclair (Post 1162456)
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.

SherryG 02-26-2007 10:40 AM

Installed on 3.6.4 and working perfectly. Thank you :)

ravencr 03-08-2007 04:21 AM

Quote:

Originally Posted by HotnHoly (Post 1004011)
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

ravencr 03-08-2007 04:59 AM

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

ravencr 03-08-2007 05:14 AM

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

ravencr 03-08-2007 05:26 AM

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 -->

Mosh 04-02-2007 07:49 AM

The official v3.6.x version of this modification is now available from here.

Thanks for your patience, and hope all of you users with v3.6.x will enjoy this ported mod :)

Teresa 12-19-2007 03:56 AM

I'm using Flashchat Integration 3.03 and Members Who are Using FlashChat 4.18.

I've added a left column to my site; the code for the left column starts UNDER the call of $navbar.

I really want the 'Who is Using Chat' to appear to the RIGHT of the left column, not above it, like it does now.

Can I move some code somehow to make that happen?

Thx.

Mosh 12-19-2007 06:13 AM

Quote:

Originally Posted by Teresa (Post 1404204)
I'm using Flashchat Integration 3.03 and Members Who are Using FlashChat 4.18.

I've added a left column to my site; the code for the left column starts UNDER the call of $navbar.

I really want the 'Who is Using Chat' to appear to the RIGHT of the left column, not above it, like it does now.

Can I move some code somehow to make that happen?

Thx.

Yes, I am sure you can, but as neither of them are my hacks, you will have to ask the original hack author (Paul M) in the hacks respective support threads.


All times are GMT. The time now is 01:28 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.01399 seconds
  • Memory Usage 1,767KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (7)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (23)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete