vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Chat Modifications - Flashchat: Who is chatting (https://vborg.vbsupport.ru/showthread.php?t=166835)

ITPMenace 12-18-2008 02:10 PM

I had this mod working perfectly UNTIL I decided to switch my FC to use php_sockets (on my own dedicated server). Performance with sockets is much better, but it seems to have broken the "who's chatting" mod as well as auto-login.

Can this mod work with sockets? If not, is there another version of "who's chatting" from someone else that does?

Thanks!

Paul M 12-18-2008 09:54 PM

Flashchats socket mode does not support integration at all.

Brian Carner 08-11-2009 04:29 PM

I have just installed the latest version of Flashchat, along with your mod's, Paul. The Who's Online mod was working great for a few days, but now in the box that shows which users are using chat, and the most ever simply show a "1" and nothing else? Any ideas?

I have tried uninstalling and reinstalling to no avail, I am wondering if there is something stuck somewhere in SQL that I can remove to possibly fix it?

Paul M 08-11-2009 09:54 PM

Not sure I follow what you mean.

Brian Carner 08-12-2009 12:40 AM

Quote:

Originally Posted by Paul M (Post 1865425)
Not sure I follow what you mean.

See attached screenshot, thanks in advance! :)

Paul M 08-12-2009 12:28 PM

That looks like a corrupt phrase. Check the phrases for the mod in your ACP.

Brian Carner 08-12-2009 09:12 PM

Quote:

Originally Posted by Paul M (Post 1865779)
That looks like a corrupt phrase. Check the phrases for the mod in your ACP.

Well, I found 4 phrases in the phrase manager, here is what they say:

$vbphrase[wic_members_24]
The most chatters online over 24 hours was {1}, {2} at {3}.

$vbphrase[wic_members_day]
The most chatters online in one day was {1}, {2}.

$vbphrase[wic_no_chatters]
No one is currently using the chat.

$vbphrase[wic_using_flashchat]
Members currently using Flashchat: {1}

The last phrase is definitely working correctly, it does present the correct number of chatters, but nothing else is presenting..

I'm not any real programmer, but have edited plenty of scripts in 30 years or so, and those phrases look about right to me? I don't have a clue where else to look, or what i might have done?

Paul M 08-12-2009 09:59 PM

wic_no_chatters is the phrase i would expect to see displayed since you have 0 chatters.

The phrases look correct so check the templates (Display_Chatters & Display_Chatters_User) - make sure you dont have stray custom versions.

Brian Carner 08-12-2009 10:09 PM

Quote:

Originally Posted by Paul M (Post 1866142)
wic_no_chatters is the phrase i would expect to see displayed since you have 0 chatters.

The phrases look correct so check the templates (Display_Chatters & Display_Chatters_User) - make sure you dont have stray custom versions.

OK... here is what I have:

DISPLAY_CHATTERS

HTML Code:

<!-- $data_wic[title] -->
<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>
                        $chattitle
                </td>
        </tr>
</tbody>
<tbody id="collapseobj_forumhome_chatusers" style="$vbcollapse[collapseobj_forumhome_chatusers]">
        <tr>
                <td class="alt2"><a href="$fcpath"><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>
<!-- PEMDATA37: $data_wic[title] : Version = $data_wic[version] : Revision = $data_wic[cvs] -->


DISPLAY_CHATTERS_USER

HTML Code:

<a rel="nofollow" href="member.php?$session[sessionurl]u=$chat[userid]" title="$chat[roomname]">$chat[opentag]$chat[username]$chat[closetag]</a>

Paul M 08-12-2009 10:16 PM

Both look correct, so sorry, not a clue. There is nothing else I can tell you from a screenshot.

Brian Carner 08-13-2009 12:01 AM

Quote:

Originally Posted by Paul M (Post 1866150)
Both look correct, so sorry, not a clue. There is nothing else I can tell you from a screenshot.

OK, well thanks for helping me look for clues! :)

One last question - could it be in the FlashChat Integration files possibly?

Paul M 08-13-2009 10:57 AM

Unlikely, but then I dont see how you could get such a display in the first place.


All times are GMT. The time now is 12:57 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.01485 seconds
  • Memory Usage 1,750KB
  • 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_html_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (12)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