The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Flashchat: Who is chatting Details »» | |||||||||||||||||||||||||
This modification is no longer available or supported. This is a simple ForumHome display of who is currently using your Flashchat. Version 2.20 is for use with Flashchat 4.1.x - however, it may work with older versions of Flashchat if set-up correctly. The main features of Version 2.xx are ; 1. It displays the list on Forum Home with the "Users online" display. 2. The list view is collapsable, so you just see the number. 3. Users who should display as coloured or bold etc should be displayed correctly. (based on the display usergroup) 4. If you 'hover' over a username it will show the room they are chatting in. 5. If the chat is empty, a simple "no one is chatting" message is displayed. Note: This will not display the names of any bots in the chat, due to the strange way that flashchat stores this information. With help from Cyricx a CPMS module is located in this post. (Version 2.20 only, unsupported - use at your own risk). Show Your Support
|
Comments |
#132
|
||||
|
||||
Is the upgraded version supposed to work with the newly released FlashChat 4.0? If so, mine is not working . I logged into chat and refreshed the forum homepage to find it still said no users in chat. Is this supposed to be working with 4.0?
|
#133
|
||||
|
||||
Quote:
However, this hack works perfectly for Flashchat 4.0.0 (beta) - I have been running this version of the chat on our forum for 2/3 weeks now, so you must have made a mistake somewhere. |
#134
|
||||
|
||||
Quote:
PHP Code:
Code:
<!-- end logged-in users --> <!-- who's in flashchat --> <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> Members currently in the Chat: $totalchatters </td> </tr> </tbody> <tbody id="collapseobj_forumhome_chatusers" style="$vbcollapse[collapseobj_forumhome_chatusers]"> <tr> <td class="alt2"><img src="$stylevar[imgdir_misc]/whos_online.gif" alt="Users online today" border="0" /></td> <td class="alt1" width="100%"><div class="smallfont">$chatters</div></td> </tr> </tbody> <!-- end who's in flashchat --> </if> <tbody> |
#135
|
||||
|
||||
Quote:
|
#136
|
||||
|
||||
Quote:
PS: Do not install the bots, there is a bug where if you install them with a cms you will get call to undefined member errors. This is supposed to be fixed in a later release. |
#137
|
||||
|
||||
Well they really f**ked up from 4.0.0 beta to 4.0.1 didn't they - Yes, the BOTS are a pain - I had to edit proc.php despite turning them off.
The problem with the hack seems to be down to the fact that 4.0.1 now uses it's own table prefix system with vB - as well as the vB table prefix system - and to make it worse, there is an error in the CMS2 file as well. The default prefix they use seems to be "flashchat_", but you will find it in the config.srv.php file as below ; Code:
<?php $GLOBALS['fc_config']['db'] = array( 'host' => 'localhost', 'user' => 'sqluser', 'pass' => 'password', 'base' => 'database', 'pref' => '', // 'pref' => 'flashchat_', ); ?> Find this in the Hack Code ; PHP Code:
PHP Code:
|
#138
|
|||
|
|||
Can this be change to work with AMF FlashChat http://www.tufat.com/ simular but different. :ermm:
I can fiddle around with it but I am not a coder but know how to play with codes a little. :nervous: |
#139
|
||||
|
||||
Quote:
However where it says PHP Code:
PHP Code:
Great job Paul |
#140
|
||||
|
||||
Quote:
I will make a note of it, people who upgrade from 3.x.x to 4.0.1 will probably retain the flashchat folder (as I did). |
#141
|
||||
|
||||
Quote:
I myself just changed the folder to the name chat. I try to keep everything as it came as much as possible . Even with these problems some of which plain acts of negligence on the coding side my members still like 4.0.1, and that's what makes them and myself happy. *with the exception of installation, it was iKonboard all over again* |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|