View Full Version : Flashchat Who's Online Module
altirisadmin
03-17-2005, 11:32 AM
Hey Guys,
I have FlashChat installed a really like it. I also installed a hack to show Who's Online at the bottom of my page. Is there any way to get information about who is logged into FlashChat within my "Who's Logged In" module or possibly within a separate module underneath it (would rather integrate the two, but whatever works).
Thanks
altirisadmin
03-18-2005, 05:27 PM
Anybody?
LEAD_WEIGHT
03-18-2005, 06:34 PM
Anybody?
Try www.vbulletin.org I thought I saw something for that their
Boosted MR-S
03-18-2005, 11:25 PM
There isnt a block for this mod yet, the one of VBulletin is for the footer. Let me see what I can come up with.
altirisadmin
03-19-2005, 09:42 AM
Thanks!
I tried grabbing the FLASHCHAT code from FORUMHOME and insterting it into the adv_portal_onlineusers template, but I couldn't ever get it to match up right. I'm a big PHP newbie and I'm still trying to learn this.
Thanks Again.
Nordinho
03-19-2005, 11:17 AM
check here (http://www.vbulletin.org/forum/showpost.php?p=606662&postcount=51)
-Chef-
03-20-2005, 02:32 AM
check here (http://www.vbulletin.org/forum/showpost.php?p=606662&postcount=51)
That one works great, you beat me to it!
graphicw
03-20-2005, 08:15 AM
Hello, I may be able to help you. Here is the code for my adv_portal_onlineuser template:
<!-- Online Users Block -->
<table align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder" width="100%">
<tr>
<td class="tcat"><span class="smallfont"><strong>$vba_options[portal_blockbullet] <a href="$vboptions[bburl]/online.php?$session[sessionurl]">$vbphrase[active_users]</a>: $totalonline</strong></span>
</td>
</tr>
<tr>
<td class="alt2"><span class="smallfont"><phrase 1="$numberregistered" 2="$numberguest">$vbphrase[x_members_and_y_guests]</phrase></span></td>
</tr>
<tr>
<td class="alt1"><span class="smallfont">$activeusers</span></td>
</tr>
<tr>
<td class="alt2"><span class="smallfont"><b>Cavy Compendium Chat</b></span></td>
</tr>
<tr>
<td class="alt1"><span class="smallfont">$chatwho</span></td>
</tr>
<tr>
<td class="alt2"><span class="smallfont"><phrase 1="$recordusers" 2="$recorddate" 3="$recordtime">$vbphrase[most_users_ever_online_was_x_y_at_z]</phrase></span></td>
</tr>
</table>
<br />
<!-- End Online Users Block -->
This will work as long as you have the Who's Online Flashchat modification installed as well. The part that says Cavy Compendium Chat can be changed to whatever you would want it to be. Let me know if this solves your problem. To see it in action, visit http://www.cavycompendium.com and look at the online users block and you will see the new table for chat in the block. Enjoy!
vBulletin® v3.7.4, Copyright ©2000-2009, Jelsoft Enterprises Ltd.