View Full Version : Flashchat: Who is chatting
MortysTW
11-26-2005, 02:08 AM
I installed this today to my forum home and its great, but looking at it, is there a way to copy and edit it so that up in my header of all pages of the site, I can list the same info? Before vb3.5 I was able to do a "Who's Online: MemberA, MemberB, MemberETC and 432 guests"
Any thoughts or knowledge of how to accomplish this?
tekram
12-16-2005, 07:15 AM
Great Hack, have a big Thx for this dude. Installes and work !!!
RichTJ99
01-03-2006, 04:38 PM
somewhat off topic but...
I added Flashchat to our board and created a forum link on our forum home page. Members hardly ever scroll all the way to the bottom to see who's in the chat room so...
Is it possible to add the names of the people chatting next to the link for the chatroom? Similar to the picture below. Or maybe a mouse over, instead of a description it could show the names of the chatters?
Hexemer
01-03-2006, 06:58 PM
somewhat off topic but...
I added Flashchat to our board and created a forum link on our forum home page. Members hardly ever scroll all the way to the bottom to see who's in the chat room so...
Is it possible to add the names of the people chatting next to the link for the chatroom? Similar to the picture below. Or maybe a mouse over, instead of a description it could show the names of the chatters?
nice idea :)
RichTJ99
01-17-2006, 08:18 PM
now if only someone would reply with some help :ermm:
oldfan
01-18-2006, 10:20 PM
I tried adding the source code to the Description and Title fields, didn't work :(
this is the code I added "Members currently in the Chat: $totalchatters"
Anyone else wanna take a stab at it?
This is a great idea RichTJ99!
oldfan
01-23-2006, 01:51 AM
bump
RichTJ99
01-23-2006, 01:17 PM
I have a feeling this would get more attention if it was for the latest versions (3.5)
Coleccromos
04-05-2006, 06:25 PM
Some of the user groups of my forum do not see that this in line in chat. Where it can be the error?
Cebby
06-25-2006, 11:56 PM
One of the forums I admin is still on 3.0.x We recently implemented CMPS and I've been trying to get the "Who's Chatting" module for CMPS to work ( based on this post: (https://vborg.vbsupport.ru/showpost.php?p=606662))
The module trys to go full width (and fouls up everything else) and also has two collapsible icons (something not right). I got rid of the "width" statement, but that only affects part of the box.
Has anyone put together a "Who's Chatting" module that actually works right? It's obviously just an issue with the template formation since it is pulling the right info. I've messed with it for far too long.
I know this is unsupported, but maybe someone has sorted this out?
ncangler
06-26-2006, 12:05 AM
Mine works and I'm running 3.5.4. Create a CMPS module called "adv_portal_whochat", select YES for "Use Module Shell Template" and then add this code to adv_portal_whochat template:
<tr>
<td class="$bgclass">
<center>
<font size="1" face="verdana">
Currently Active Chatters: $totalchatters
<br>$chatters
</font></center>
</td>
</tr>
Then ftp the attached 'whochat.php' file in your /forums/modules folder.
Cebby
06-27-2006, 02:00 AM
Thanks for the post - I couldn't get it to work though. Here are the steps I took:
1st - uploaded whochat.php to modules dirrectory.
2nd - Created the template in my default style (all styles are child styles of this one)
3rd - Created Module
-Add Module
-PHP File option
-Module Title -> Who's Chatting
-Column -> Left Column
-Display Order -> 8
-Active -> yes (default value)
-Update All -> yes (dafault value)
-File to include -> whochat.php
-Module Parent -> none
-Identifiers -> chatters (not sure what this should have been, so I guessed)
-Template -> adv_portal_whochat
-Use Module Shell -> yes
-Module Link -> (blank)
-Title Row Colspan -> (blank)
-Form Code -> (blank)
This is on vB 3.0.6 and CMPS 2.0. I guess it's possible that the modules aren't compatible from 2.1 to 2.0...
Also, on this forum, the vB software and CMPS software are in the root directory - not sure if this has a bearing or not. (not my doing...)
Somewhere in this there is an error, because I get a white screen when this module is active.
Mitendrius
07-06-2006, 07:11 PM
PLS Help i always gettin this
Fatal error: Call to a member function query() on a non-object in /is/htdocs/wp/VBulletin/index.php on line 343
usin vb 3.5.4
Paul M
07-30-2006, 11:47 PM
PLS Help i always gettin this
Fatal error: Call to a member function query() on a non-object in /is/htdocs/wp/VBulletin/index.php on line 343
usin vb 3.5.4This version is for vb 3.0, not 3.5.
robinl143
08-03-2006, 07:15 PM
I have tried everything and I can not get my who's chatting box to show up for anything? Can someone please help me out here?
Robin
Jeff Bade
11-15-2006, 01:26 PM
I used Paul M's CMPS module..
Works great when I am in the chat.
As soon as I log out.
The CMPS homepage goes to a Blank white page..
View the Source and it's blank.
I dissable the Module... everthing works fine again.
Any thoughts?
CMPS 2.0.0
vBulletin 3.0.13
Thanks,
Jeff
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.