vb.org Archive

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

Paul M 01-21-2005 07:20 AM

You mean a count of the record number of visitors to the chat ?

If so then yes, it would be possible, but, someone would have to write it.

MrD 01-22-2005 09:57 AM

Hi,
can everyone write this modification?

prof3ta 01-25-2005 09:02 PM

how to do this for vbindex???? since vbindex.php is my index.php, i have to paste the code in there somewhere but i cant find where...

Paul M 01-25-2005 09:30 PM

Sorry, I don't use vbindex, so I really have no idea ......

trilOByte 01-26-2005 12:14 PM

Hi Paul, nice hack..

/me clicks install

One question though, do you think it would be possible to include some kind of "else" statement for $chatters, to print "The chatroom is empty at the moment" or something, if it is empty?

I usually have a couple in there, but seeing a blank box on the occasions that it's empty looks odd.

Cheers.

T3MEDIA 01-26-2005 12:18 PM

Quote:

Originally Posted by trilOByte
Hi Paul, nice hack..

[high]* trilOByte clicks install
[/high]

One question though, do you think it would be possible to include some kind of "else" statement to print "The chatroom is empty at the moment" or something, if it is empty?

I usually have a couple in there, but seeing a blank box on the occasiopns that it's empty looks odd.

Cheers.

I did that... I also have it set up that guests cant see in... and it only shows 10 memebers and up... so if its 10 and below it says join the convo blah blah blah...

PM me I will pass it on.

oldfan 01-27-2005 03:35 AM

/me thanks you and clicks install!

Playboy69 02-01-2005 06:38 PM

Very nice I like it and it works great. Very easy to install as well.

Is tehre a way to make it so that I can have a module on my cmps so people can see who is online that way as well

Hope so and so far ( Hit INSTALLED)

Paul M 02-01-2005 08:01 PM

Quote:

Originally Posted by Playboy69
Very nice I like it and it works great. Very easy to install as well.

Thank you. :)

Quote:

Originally Posted by Playboy69
Is tehre a way to make it so that I can have a module on my cmps so people can see who is online that way as well

We don't use cpms, but based on an example created by ericgtr for another, similar, hack of mine - I may be able to have a go - I won't be able to test it though.

Joe Black 02-02-2005 02:52 PM

Awesome, thank you! *clicks install

Paul M 02-03-2005 12:15 AM

Quote:

Originally Posted by Paul M
We don't use cpms, but based on an example created by ericgtr for another, similar, hack of mine - I may be able to have a go - I won't be able to test it though.

I have made a cpms module, based on Eric's version for my "Members who have visited today" hack.

Upload the inthechat.php file to your modules directory - and then create a new template called adv_portal_chatters. Copy the contents of adv_portal_chatters.txt into this new template.

Now Create a new module

Module Title: Users in Flashchat

Module Identifier: flashchat

File to Include: inthechat.php

OR Template to Include: (leave blank)

Templates Used: adv_portal_chatters

Note: Thanks to Cyricx for helping with this module (which I have no way of testing).

Treasure Quest 02-04-2005 02:33 PM

Great mod Installed.

Question: While I'm logged in to my forum (Vb 3.0.6) then I click on the chat to go to the chat room, I then have to log into the chat as well.
is there Any way if one is logged onto the forum that they can go straight into the chat room without logging in again?

Thanks,

Greg

Paul M 02-04-2005 03:36 PM

Read the integration instructions

http://www.easterpig.com/demo/flashc...vbulletin.html

and look here as well ;

https://vborg.vbsupport.ru/showthrea...threadid=74613

RetroDreams 02-04-2005 06:38 PM

When the chat room is empty, the space is empty below. How can we get it to say "The chat room is empty" or something like that?

RetroDreams 02-04-2005 06:57 PM

Nevermind, figured it out. Put this right above or below your $chatters code in your forumhome template.

<if condition="$totalchatters == 0">
Blah blah blah
</if>

MR-2ZZ 02-05-2005 10:34 PM

* Install good work!

sv1cec 02-07-2005 02:01 PM

Sorry if I am hi-jacking this thread, but I have a question.

I installed FlashChat and I am bothered by the way the messages appear, without any separation between the user name and time, and the message text. I would prefer if they were in a table, so that first column shows time/username and second shows the message text.

Unfortunatelly, the coder was not very helpful, I asked where I should start changing the code, and he didn't tell me, so I spend hours looking for that.

Has anyone of you people done that? That was the sole reason I uninstalled this program.

Thanks and sorry if I spend your bandwidth for something not all of you are interested in.

Rgds

Paul M 02-07-2005 02:45 PM

Yes, you are hijacking my topic :ermm:

FYI: You can alter the 'timeStampFormat' parameter in the config file to space the message from the time (and use a fixed width time display).

Try something like this ;

PHP Code:

'timeStampFormat'   => " H:i : ",  //pattern for PHP date function 

If you have any more questions then perhaps you could create a new topic in the general area.

Thanks. :)

Bounce 02-08-2005 01:13 PM

Simple to install....less than 10 mins

Thanks Paul

yoyoyoyo 02-08-2005 08:09 PM

Quote:

Originally Posted by trilOByte
Hi Paul, nice hack..

[high]* trilOByte clicks install
[/high]

One question though, do you think it would be possible to include some kind of "else" statement for $chatters, to print "The chatroom is empty at the moment" or something, if it is empty?

I usually have a couple in there, but seeing a blank box on the occasions that it's empty looks odd.

Cheers.

I agree- it is a great addition to a great program, but I would also like to see it say "nobody is currently chatting" or something to that effect

yoyoyoyo 02-08-2005 08:16 PM

Quote:

Originally Posted by Paul M
I have made an attempt at a cpms module, based on Eric's version for my "Members who have visited today" hack...
As previously mentioned - I have no way of testing this to make sure it works.

It works perfectly, thanks!

kizzmet 02-08-2005 08:41 PM

This is awesome, thank you, installing it now

djjeffa 02-08-2005 08:52 PM

thank you it works great

Paul M 02-08-2005 09:09 PM

Quote:

Originally Posted by yoyoyoyo
I agree- it is a great addition to a great program, but I would also like to see it say "nobody is currently chatting" or something to that effect

No problem - just tag these four lines onto the end of the code added in index.php ;
PHP Code:

else
{
    
$chatters "No one is currently chatting";



Paul M 02-08-2005 09:11 PM

Quote:

Originally Posted by yoyoyoyo
It works perfectly, thanks!

Thanks for confirming the cpms module is ok. :)

yoyoyoyo 02-08-2005 09:21 PM

Quote:

Originally Posted by Paul M
No problem - just tag these four lines onto the end of the code added in index.php ;
PHP Code:

else
{
    
$chatters "No one is currently chatting";



thanks much!

Treasure Quest 02-09-2005 10:40 AM

Hi Paul,
My programmer read the instructions and installed it twice but its still not looging in automatically, Anything else we could try?
www.treasurequestxlt.com/community

Thank you,

Greg
Quote:

Originally Posted by Treasure Quest
Great mod Installed.

Question: While I'm logged in to my forum (Vb 3.0.6) then I click on the chat to go to the chat room, I then have to log into the chat as well.
is there Any way if one is logged onto the forum that they can go straight into the chat room without logging in again?

Thanks,

Greg


Paul M 02-09-2005 01:48 PM

Quote:

Originally Posted by Treasure Quest
Hi Paul,
My programmer read the instructions and installed it twice but its still not looging in automatically, Anything else we could try?
www.treasurequestxlt.com/community

Thank you,

Greg

Not really much I can say without seeing your set-up.

yoyoyoyo 02-09-2005 02:04 PM

Quote:

Originally Posted by Treasure Quest
Hi Paul,
My programmer read the instructions and installed it twice but its still not looging in automatically, Anything else we could try?
www.treasurequestxlt.com/community

Thank you,

Greg

I was having the same problem, then I tried logging in with the same account from a different computer, with security settings that weren't set as high, and I could enter chat without logging in, so I think that may be something to do with it.

Treasure Quest 02-09-2005 04:15 PM

Tried lowering the security setting, ddn't work.
If I send you the files would you look at them Paul?
If so which ones would you need?

Thank you,

Greg

djjeffa 02-09-2005 05:07 PM

Quote:

Originally Posted by Treasure Quest
Tried lowering the security setting, ddn't work.
If I send you the files would you look at them Paul?
If so which ones would you need?

Thank you,

Greg

Mine do log on its own either i have to log in a second time when i go ti flashchat. At first I thougt it was me but now that I keep seeing this problem I think there is somthing were missing is it possible it has somthing to do with the upgrade? cause the instuctions were made for .03 and it seems like noone had problems intergrating it till recently wich makes me think maybe its has somthing to do with the upgrade.
If anyone could find me the the fix I would really apereciated it .

Treasure Quest 02-09-2005 07:41 PM

Hi,
I'm running Vb 3.0.6
Is anyone having this trouble using this hack with 3.0.6?

Thanks,

Greg

Paul M 02-09-2005 08:26 PM

Quote:

Originally Posted by Treasure Quest
Hi,
I'm running Vb 3.0.6
Is anyone having this trouble with 3.0.6?

Thanks,

Greg

This hack works fine on 3.0.6 - if you are referring to anything else then please start a new thread or use an existing relevant thread - and keep this thread for support of this hack. Thanks. :)

Treasure Quest 02-09-2005 08:41 PM

I was referring to this hack in my prior post, all the code is inserted as stated in the instructions and just wanted a little help or sugestions :)

Thanks again,

Greg

lifesourcerec 02-09-2005 09:14 PM

I may have to ditch IRC and use this and flashchat :)

oztrack 02-11-2005 10:17 PM

I have installed the users in flashchat and it works great. Also the hack to make it work in vbavanced main page.

I just have one problem - if i click on a displayed user when in the vb advanced main page it is linked without the /forum being there. How can i fix this??

Paul M 02-11-2005 11:30 PM

Quote:

Originally Posted by oztrack
I just have one problem - if i click on a displayed user when in the vb advanced main page it is linked without the /forum being there. How can i fix this??

I don't know anything about vB Advanced so I'm not sure if I can help you - what have you done to make it work in VBA ?

Zain Jaffer 02-14-2005 10:58 PM

Hey awesome hack, once again like everyone just stated - it took 30 seconds to install.

I have a n00b and simple question that may be of help to everyone.

Some users are in flashchat and not in the forum .... How can I add the users in the chat to "currently active users"?

Thanks guys!

Paul M 02-15-2005 01:22 AM

It would be somewhat complicated to do that - so simple answer - you can't.

Zain Jaffer 02-15-2005 07:30 AM

Oh ok,

I thought that ... as well as displaying it on the who is in chat part, you can also display it on the who is currently online part and prevent it from being 2 names

Well thanks anyway ... Great hacK!


All times are GMT. The time now is 04:16 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.01447 seconds
  • Memory Usage 1,829KB
  • 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
  • (3)bbcode_php_printable
  • (15)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