![]() |
please can someone tell me how to change the background in teh chat and decide what smileys to show?
And also why does it always say no users online in home page but there are users online? Oo PHP Code:
|
how I can change the timing of the refresh and the background of the refresh?
|
also if I have catagories of smiles, how I can spacify one category only of that to be appear on the chat?
|
Quote:
https://vborg.vbsupport.ru/showpost....&postcount=230 |
I got the "who's online in chat" to work!
I tried the code posted by manguish, it didn't work either. Then I looked in the file for the "fresh install" of the chat - THAT code worked! I'm using 3.0.3, by the way. |
Hi
When I go to edit the index.php file in the root directory, my file looks different. Everything is bold and green is different. while ($loggedin = $DB_site->fetch_array($forumusers)) { $userid = $loggedin['userid']; if (!$userid) { // Guest $numberguest++; $inforum["$loggedin[inforum]"]++; } else if (empty($userinfos["$userid"]['lastactivity']) OR ($userinfos["$userid"]['lastactivity'] < $loggedin['lastactivity'])) { $userinfos["$userid"] = $loggedin; $numberregistered++; if ($userid != $bbuserinfo['userid']) { $inforum["$loggedin[inforum]"]++; } $loggedin['musername'] = fetch_musername($loggedin); if (fetch_online_status($loggedin)) { $numbervisible++; eval('$activeusers .= ", ' . fetch_template('forumhome_loggedinuser') . '";'); } } } // memory saving unset($userinfos, $loggedin); $activeusers = substr($activeusers , 2); // get rid of initial comma $DB_site->free_result($loggedins); $totalonline = $numberregistered + $numberguest; $numberinvisible = $numberregistered - $numbervisible; |
If you aren't using 3.0.3 your code WILL be different and you'll have to manually (ie:yourself) go through the code and replace as necessary.
I had to completely change the who's online bit (for 3.0.0) to get it to work. |
Okay back at home, updated the download
Those of you having problems with accessing the admin cp, please re-download the zip and re-edit admincp/index.php Those of you having problems with showing the users online, i updated the edits for index.php so they ask you to find the EXACT code that is in a fresh vb3.0.3 download, if you have modified that area from another hack then im afraid you will have to look at what your told to replace it with and see what's different and attempt to manually change it (Hint: there are two new parts added into the replace) Sorry for any inconveniance, - Zero Tolerance |
Zero Tolerance - thanks for your last post; that's fixed the blank page problem with the admincp/index.php file.
Other than that easy to install and will be MUCH appreciated. One thing left though previously mentioned that I can't find a fix for.. Quote:
|
Quote:
|
Very, very, very cool addition! I was using phpMyChat but I've switched to vBChat now and will be sticking with it for the long haul! Thanks ZT!
|
i reistalled and still no luck with the who is in chate and still cant fix the smilies? also can i make it so the time goes next to the messages like the first version?
|
Had this working perfectly with the first version, now that I updated my VBCHAT page is blank? ADMINCP is working fine. VBv 3.0.3
|
DOH, I forgot, the install only changes one on the skins templates, the rest have to be manually edited.
My bad |
Upgrade went smoothly. Took 5 minutes to upgrade... very sweet!
Thanks. |
Thanks for the update.
Only problem I have is some the smilies are showing up as just red x's. |
yey works ^^ only 1 problem..............
How can i chang inframe background without killing the style? How can i select how many/Witch smilies can be viewed? |
If you have trouble with your forumhome "Who's online" or find that no members show up as chatting on the forumhome even when they are in the chat, this may work for you:
Make a backup of your forums root index.php file before you try this! Now, in your fourms root index.php file, look for: Code:
$inforum = array(); Replace everything below it down to (but not including) Code:
// memory saving Code:
// Get the users in vBChat This should work for 3.0.0 and 3.0.1. |
Quote:
|
Quote:
|
Let me start by saying that I just started with VB this week and found the mod install very easy to follow....THANK YOU!!!!
I was wondering if a chat log option was available or in consideration for the future. Thanks for the great mod!! |
Quote:
Others see you, don't worry about it. Nobody sees themselves as in the chat, so it works correctly. If you can access another machine, and view your forums while logged out (and remain logged in and in the chat on the other machine) you will see yourself listed along with everyone else. |
Quote:
My users dont show up in chat for ages for some reason I however do... along with 1 or 2 of the people in chat. |
I gave up on that........... i deletede the "whose in vbchat" thing.. All i wanna know .. And i wanted to know for a week now...
1)How can i change the inframe background without killing the style sheet? Recent Question: 2)How can i set what/how many smilies to show in the milie panel? |
ok ZT , what would be the code differnce between 3.0.1 Vb and 3.0.3Vb for the Forum Home "Who's in Vb Chat " Box to make it show the users...
I dug through the file and really did not see that big of a change and what was change does not appear to be such a big issue for it not to print out. |
Quote:
Can't answer the second question, sorry. |
Quote:
All my smilies are in: http://www.FORUMNAME.com/forums/ :ermm: They should be at: http://www.FORUMNAME.com/forums/images/smilies/ - right? How can I fix that? Please help me.. :) |
hi,
the Prune vBChat By Days, how I can change this to be deleted aout as soon the member leave the chat? |
can somebody answer my Q's
how I can change the timing of the refresh and the background of the refresh? also if I have catagories of smiles, how I can spacify one category only of that to be appear on the chat? thanks |
I have it working fine now - thanks for the mod. However, when people leave the chatroom they still show on forum home 'Who's Chatting' for some time. Any way of refreshing this?
|
Thanks Zero Tolerance, that's a really great hack!
|
Quote:
|
My Avatars are showing up in the chat smilies line.. Weird?
|
Quote:
Another feature could be to have a pop-up for the rest of the smilies like normal posting. |
Quote:
|
Can a time stamp replace the status text? I think it would be more usefull.
|
Does this work on VB 2.3.2 by any chance?
|
Quote:
Nice job by the way ;) I don't know why I never saw this hack here before o_O Another cool feature would probably be AUTO prune as cron, but I'm sure that I will be able to set one up anyway |
vBChat 1.1.1 Released
This minor upgrade release has the following 2 features: Ability to change the smilie data grab type - This will stop Red X's appearing (but will use 1 extra mySQL query) Auto Prune vBChat - Turn On/Off And Set How Many Days To Prune MSG's Enjoy :) - Zero Tolerance |
Thanks alot ^^ bdw, i wanned 2 know how i can set specific smilies to appear, and now for the 1 question that remains unanswered, and plz someone help me fix this:
How can I change the inframe background without killing the style sheet? |
All times are GMT. The time now is 11:13 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|