The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Flashchat - who is online with showing the chatters avatars Details »» | |||||||||||||||||||||||||||
Flashchat - who is online with showing the chatters avatars
Developer Last Online: Dec 2016
this is a beta release of a "who is online" mod for Flashchat
Version 0.2 What's new:
Features:
issues/bugs/ todo:
note: you need the gdlib2 installation and upgrade information inside the .zip Show Your Support
|
Comments |
#62
|
||||
|
||||
I am getting an error with this hack.
I have found that putting this hack in global.php rather than index.php I am getting more members using the Chat Room as they can see more easily who is in the chat room. Many of them only visit the index page once and then don't see it again until they log-out. However, if I install the code into the global.php file then when someone is in the chat room the Who's Online Page doesn't work nor do a lot of the user profiles. THe pages instead return this error. If you have any thoughts as to what might be causing this it would be appreciated. Code:
Database error in vBulletin 3.0.5: Invalid SQL: SELECT userid, username, IF(displaygroupid=0, user.usergroupid, displaygroupid) AS displaygroupid FROM user AS user WHERE userid IN (0Array) mysql error: Unknown column '0Array' in 'where clause' mysql error number: 1054 |
#63
|
|||
|
|||
hi quasan,
does this hack also display the avatar in the chat itself or just in the index ? |
#64
|
|||
|
|||
I get some errors when an upcomming even displays on the index page.
Warning: fopen(./appdata/appTime.txt): failed to open stream: No such file or directory in /FlashChat/inc/classes/chatServer.php on line 60 Warning: fwrite(): supplied argument is not a valid stream resource in /FlashChat/inc/classes/chatServer.php on line 61 Warning: fflush(): supplied argument is not a valid stream resource in /FlashChat/inc/classes/chatServer.php on line 63 Warning: fclose(): supplied argument is not a valid stream resource in /FlashChat/inc/classes/chatServer.php on line 64 sarcasticfringehead Any idea? Thanks Sean |
#65
|
|||
|
|||
Is there a way to put this "Who's online" on every forum page? I tried inserting the code under FORUMDISPLAY but it doesn't show who's in flashchat
|
#66
|
||||
|
||||
Quote:
|
#67
|
|||
|
|||
Great mod but a request.
Is there a way to change the font size of the username that is showing up? I'd like to make it smaller than default and nothing I've tried seems to work. Any suggestions? |
#68
|
||||
|
||||
Quote:
Code:
$temp.= "<a href=\"member.php?u=".$val."\">".$row_show_username['username']."</a>"; Code:
$temp.= "<div class=\"smallfont\"><a href=\"member.php?u=".$val."\">".$row_show_username['username']."</a></div>"; |
#69
|
|||
|
|||
hi guys,
i am so sorry that I didn't provide any updates in the past. but there was a lot going on in my life @fringehead yo have to make the appdata dir writable to your server. chmod it to 777 @Inzagi just on the index. it's a hack for the vbulletin and not a hack of the chat itself @all i'll provide a new version the next days |
#70
|
|||
|
|||
Quote:
Thanks CraigR - worked like a charm! Now if I could only figure out how to make the "Who's In Chat" show up on every page instead of the just the main forums page I'd be in business!! quasan ..... is there a way to do this? I tried adding it to the display template but it doesn't show the users/avatars of those in chat. I think this would be a useful mod so you can always tell when someone is in the chatroom. Also useful to update the "Who's IN Chat" since people do not randomly refresh the main forum home page, but moving to a new forum/thread will automatically refresh the "Who's In Chat" if its available on each page. What d'ya think? Paul |
#71
|
||||
|
||||
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|