vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Forum Home Enhancements - Who is chatting (for Flashchat) (https://vborg.vbsupport.ru/showthread.php?t=121884)

Paul M 08-28-2006 07:33 PM

At a guess, your chat is not correctly integrated with vb (an obvious sign would be that you have to login to it).

hcmagix 08-28-2006 07:43 PM

Quote:

Originally Posted by Paul M
At a guess, your chat is not correctly integrated with vb (an obvious sign would be that you have to login to it).

right :D
He called me and now flashchat and your hacks running perfectly :D

jgommel 09-03-2006 06:21 AM

Who is chatting (for Flashchat) and Cyb - Login To Other User Account are not playing well together... I love both of these applications, so hopfully either developer can contact one-another and try to fix this minor issue:

[Scenario]
With both mods active, I switch over to the Members page (members.php), and select a non-admin member. I select the 'Log In As User' button and now I'm logged in as that user...so far so good.

Now when I click on the 'here' button (see attachment) to log out of the account and back into the admin, I get the follwing error (also see attachment):

Unable to add cookies, header already sent.
File: /home/neosmutc/public_html/vb/chat/inc/config.php
Line: 884

If I disable the Who is chatting (for Flashchat) mod, the Cyb - Login To Other User Account mod works fine. I can login and logout of oter accounts w/out an issue.

Thanks!
James

Adramelech 09-03-2006 07:45 AM

Question - I imported it and it works great but how do I change the "Members currently using Flashchat:" to a text that I want to read? Is it too late since I imported the XML already? What steps do I have to take to do it if it's not too late?

Thanks!

Paul M 09-03-2006 11:08 AM

It's a phrase - search for it in the phrase manager and edit it to what you want.

imported_pmay68 09-03-2006 07:39 PM

Quote:

Originally Posted by Paul M
It's a phrase - search for it in the phrase manager and edit it to what you want.

Thanks I needed that info :)

Masiello 09-11-2006 10:32 AM

Thanks for this hack, it works great, I just need to hide to anybody see the location /forums/chat/getxml.php on the who's user online, how I do that?
Thanks

Paul M 09-11-2006 01:00 PM

That's not really anything to do with this, but what do you mean by "hide" it ?

Masiello 09-11-2006 04:22 PM

I intend that should not appear that address like /forums/chat/getxml.php without disable the users options from vBulletin to show path Url's

Paul M 09-11-2006 10:47 PM

You need this.

https://vborg.vbsupport.ru/showthread.php?t=120926

Masiello 09-12-2006 01:09 AM

Oh yeah, thanks, just now I found that notice too on the tufat site, I think it's great, only a question
I have already integrate flashchat with the default integration file, I'm able to use anyway this after? right now.
Thanks

Paul M 09-12-2006 02:50 AM

By default, you mean the supplied vbulletin36CMS.php file ? - you don't have to replace that, but the mod version is always the same or newer (since I maintain it). Just installing the product will update the WOL message.

Masiello 09-12-2006 06:51 AM

Okay, I've replaced anyway your vbulletin36CMS.php, it is newer then the file it is in the flashchat 4.7 package, it seems works great anyway.
Thank you

ssvp 09-15-2006 07:29 PM

So is there a way to move this to say the header area of the forum?

Gripemaster 09-19-2006 04:03 AM

Thank god I found this one...I like this hack so much better than the other one I had... but even after successful install and several people chatting in Flashchat, it's still returning this on the Forum Home:

Quote:

The most ever chatters online was 1, 01-01-1970 at 12:00 AM.
No one is currently using the chat.
Have I done something wrong?

Oh, and *INSTALLED* ;)

jw00dy 09-19-2006 07:40 AM

No problems with flashchat 4.7.2, and vB 3.6.1 here. :up:

Paul M 09-19-2006 10:48 AM

Quote:

Originally Posted by Gripemaster
Have I done something wrong?

Well given that display I would have to say yes, something is wrong.

Gripemaster 09-19-2006 01:22 PM

Quote:

Originally Posted by Paul M
Well given that display I would have to say yes, something is wrong.

LOL...Ok... now that we have established that I did something wrong... any suggestions on how to right my wrong? :cross-eyed:

I can PM you a login if you'd be so kind as to take a look-see. ;)

Paul M 09-19-2006 02:15 PM

Since as far as I can see, you don't have a link to your site anywhere then yes. It will need to be an admin login if you want me to be able to look at anything useful.

Gripemaster 09-19-2006 03:21 PM

Thanks very much for your help, all is good now.

*Already installed*

BlueKnight 09-20-2006 09:41 PM

Ok I have this installed and working but heres the deal Member in the chat room the lettering is black. The room list in the center is black. I have changed the room names to white i.e. info embedded but I cant find anywhere how to change the other text to white. Please see at http://pnwfs4x4s.com

Paul M 09-20-2006 09:47 PM

Any queries about Flashchat itself need to be directed to the Tufat forums.

BlueKnight 09-20-2006 09:53 PM

according to flashchat this is the add ons fault. not flashchat

Paul M 09-20-2006 10:35 PM

Quote:

Originally Posted by BlueKnight
according to flashchat this is the add ons fault. not flashchat

Sorry, but as far as I can tell from your post - you are talking about Flashchat itself- if you aren't then you need to be much clearer about what you mean - since you mention room lists (there is no room list in this) and info_embedded.php which is a Flashchat file, again nothing to do with this WIC mod.

Spikeman 09-20-2006 10:58 PM

Excellent, thank you paul :)

SCRIPT3R 09-20-2006 11:40 PM

hi Paul... in regards to my previous post here.

for my navbar code; would the number of active users should appear next to the link, as with forumhome_start, as long as i copy the Plugin PHP Code to hook location forumdisplay_Start? changing the template cache accordingly. i know it's a lot of unnecessary code. can you specify the specific i would need to call the correct number for $totalchatters?

Code:

                <if condition="$show['member']">
                        <td class="vbmenu_control"><a href="chat/flashchat.php$session[sessionurl_q]">Flashchat: $totalchatters</a></td>
                </if>


Paul M 09-21-2006 12:52 AM

Change the hook that this uses to global_start and $totalchatters will be available on any page (note, obviously it will run the query on every page as well).

SCRIPT3R 09-21-2006 03:41 PM

Quote:

Originally Posted by Paul M
Change the hook that this uses to global_start and $totalchatters will be available on any page (note, obviously it will run the query on every page as well).

thnx paul - that worked.

Gord 09-26-2006 09:02 PM

Thanks Paul!

It would be great if there was a tweak which worked on the vba portal. I know someone over there hacked yours, but they all seem to be debating it and it doesn't look reliable. Any advice?

Cheers.

Phaedrus 09-27-2006 12:45 AM

Quick question:

Users who have elected to Browse the Forums invisibly can be seen on the forumhome while in the Chat, is there a way to change this?

Paul M 09-27-2006 01:28 AM

No, there is no point, you can't be invisible in the chat.

Phaedrus 09-27-2006 03:11 AM

Quote:

Originally Posted by Paul M
No, there is no point, you can't be invisible in the chat.

Cool enough... I have already posted that they will be visible as in the chat on the forumhome... Let the user beware.

amnesia623 09-28-2006 05:10 PM

How can I change the location of this to display below th navbar?

Paul M 09-28-2006 06:50 PM

It's not designed to be moved.

amnesia623 09-28-2006 09:19 PM

Thanks for answering.

jw00dy 09-29-2006 04:31 AM

Their is another product that will allow you to move it. --> https://vborg.vbsupport.ru/showthread.php?t=116141

Gord 10-02-2006 08:23 PM

In the what's going on panel on my site (at http://www.moongolfer.com/forums/index.php ) if you click on the little link icon beside the "member currently using flashchat" it executes the following:

http://www.moongolfer.com/forums/misc.php?do=flashchat

Which VERY strangely opens a page about smilies ... weird. :cross-eyed:

Paul M 10-02-2006 09:17 PM

That's because you don't have the 3.6 integration product installed.

Gord 10-03-2006 07:56 PM

Doh!

thanks Paul

ttacademy 10-07-2006 11:10 AM

Already *INSTALLED* and working.
However as I created new user groups, users logged via those ones cannot see the "Who's on line" box in home. Visitors and Admins can.

Thank you


All times are GMT. The time now is 09:09 AM.

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.01640 seconds
  • Memory Usage 1,809KB
  • 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
  • (1)bbcode_code_printable
  • (8)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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