vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   vBChat v2.3 (https://vborg.vbsupport.ru/showthread.php?t=71049)

eva01_ 02-27-2005 11:53 PM

maybe adding a percentage feature for the screen size would work for a future implementation so it would be the same for users on all resolutions but customizable via admincp ;)

Zero Tolerance 02-27-2005 11:58 PM

Quote:

Originally Posted by eva01_
maybe adding a percentage feature for the screen size would work for a future implementation so it would be the same for users on all resolutions but customizable via admincp ;)

You know that's not a bad idea, no idea why i didn't think of it myself ..

- Zero Tolerance

eva01_ 02-27-2005 11:59 PM

thats what i am here for helping out.

and btw it is a great hack i am installing it for a client later this week i have it on my test board.

RichieBoy67 02-27-2005 11:59 PM

Sounds great! Can't wait for that one! :)

Zero Tolerance 02-28-2005 12:02 AM

Sure, it wouldn't be ACP controllable i'm afraid, that would require an extra global query, which is bad, but i'll make it so you can change the % number on 2 variables (1 for width, 1 for height), which makes it easy enough in my eyes :)

- Zero Tolerance

Megareus Rex 02-28-2005 12:24 AM

The fix for the "Whos online" box worked perfectly.

But, the other problem still persists. I increased it to 350, 380, 400, then to 425, and it still partially cuts it off.

Here's a pic of it at 425:

Oh, and also, my members complain about the chat constantly refreshing and stuff. How can I stop that?

wacnstac 02-28-2005 12:39 AM

I have set up version 2.2 so that only my "sponsoring members" which is a secondary usergroup are allowed to have private chat rooms. This does not seem to work. Even though I have enabled their usergroup in the vbchat setup for this capability it says "thier user group does not have the rights to do this", when they try. I suspect it is a secondary/primary usergroup issue.

wacnstac 02-28-2005 12:48 AM

Also I still get an X for at least one of my smilies even after changing one of the smiles url and changing it back to try and refresh the cache.

JAYEMULE 02-28-2005 12:50 AM

I have now installed the vb chat on my public forum and it works wonderfully. Everything uploaded correctly ;)
The question I have now is this. How do I get the chat to work with a second style I have available for my forum ? It works great with the default vb style but so with a style I have tweaked the colors and a few minor style changes.

Jaye

eva01_ 02-28-2005 01:01 AM

from what i did you have to change what the default style is in the vbulletin options, then run the installer again and JUST add the templates do not add the database changes

worked for me ^^

Mechanical Mind 02-28-2005 01:02 AM

Fresh Install of Version 2.2

About 15 minutes into the conversation with a member, it started to post every word or letter on it's own.

Like 1 word per line. This bug is still in Version 2.2. Just wanted to let you know.

Have a nice night.

Zero Tolerance 02-28-2005 01:04 AM

Quote:

Originally Posted by Megareus Rex
The fix for the "Whos online" box worked perfectly.

But, the other problem still persists. I increased it to 350, 380, 400, then to 425, and it still partially cuts it off.

Here's a pic of it at 425:

Oh, and also, my members complain about the chat constantly refreshing and stuff. How can I stop that?

Seems your rows are exanding with it, so let's set a 1% height, that should resolve it hopefully, make this edit for all of these templates: chat_row, chat_row_bot, chat_row_me, chat_row_special_recieved, chat_row_special_sent

Find:
Code:

<td nowrap="nowrap"
Replace With:
Code:

<td nowrap="nowrap" height="1%"
Constant refreshing cannot be stopped, hidden iframe's get the newest data, otherwise the chat wouldn't be dynamically changing.

Quote:

I have set up version 2.2 so that only my "sponsoring members" which is a secondary usergroup are allowed to have private chat rooms. This does not seem to work. Even though I have enabled their usergroup in the vbchat setup for this capability it says "thier user group does not have the rights to do this", when they try. I suspect it is a secondary/primary usergroup issue.
The code works off Primary user groups only i'm afraid, however i'll try add secondary usergroup support in a future release :)

Quote:

Also I still get an X for at least one of my smilies even after changing one of the smiles url and changing it back to try and refresh the cache.
I'm not sure what is causing it then i am afraid, for now turn show smilies off, untill this is resolved :)

Quote:

I have now installed the vb chat on my public forum and it works wonderfully. Everything uploaded correctly
The question I have now is this. How do I get the chat to work with a second style I have available for my forum ? It works great with the default vb style but so with a style I have tweaked the colors and a few minor style changes.

Jaye
The templates need to be copied over to your other style, and dont worry, i made a modification to copy templates from 1 style to others, located here: https://vborg.vbsupport.ru/showthrea...threadid=72288, it will save you a lot of trouble of manually doing this :)

- Zero Tolerance

wacnstac 02-28-2005 01:28 AM

Another feature suggestion would be to not allow users to log onto vBChat if the server load is over YYY.

Zero Tolerance 02-28-2005 01:37 AM

Quote:

Originally Posted by wacnstac
Another feature suggestion would be to not allow users to log onto vBChat if the server load is over YYY.

There's a vBulletin setting to disallow new members/visitors to get onto the site if server load is over XXX, also, the chat system doesn't use much resources, so i don't see why it has to be ruled out :)

- Zero Tolerance

oldengine 02-28-2005 01:42 AM

Quote:

Originally Posted by Mechanical Mind
Fresh Install of Version 2.2
About 15 minutes into the conversation with a member, it started to post every word or letter on it's own. Like 1 word per line. This bug is still in Version 2.2. Just wanted to let you know.

Same here as it happened a few times here tonight. It definitely follows the use of an apostrophe in the previous line.

wacnstac 02-28-2005 01:42 AM

Quote:

Originally Posted by Zero Tolerance
There's a vBulletin setting to disallow new members/visitors to get onto the site if server load is over XXX, also, the chat system doesn't use much resources, so i don't see why it has to be ruled out :)

- Zero Tolerance

I'm not so sure about this. It seems as though when I get near or upwards of 10 users my load really bogs down.

Zero Tolerance 02-28-2005 01:45 AM

Quote:

Originally Posted by oldengine
Same here as it happened a few times here tonight. It definitely follows the use of an apostrophe in the previous line.

Well i'm still unable to re-create this error for myself, so im still none the wiser as to how it is happening.

Quote:

I'm not so sure about this. It seems as though when I get near or upwards of 10 users my load really bogs down.
Really? That's surprising, i've had over 50 users in at one time and it didn't affect my server load one bit .. hmm.

- Zero Tolerance

oldengine 02-28-2005 01:48 AM

Quote:

Originally Posted by Zero Tolerance
Well i'm still unable to re-create this error for myself, so im still none the wiser as to how it is happening.

It will only happen with another user on line with you and I suspect that it's the opposite user that gets messed up than the one who sends the '.

Also, a request is in for a longer scroll down buffer.

Zero Tolerance 02-28-2005 01:51 AM

Yeah i'm testing it while my other members are in the chat, lol.

As for the longer scroll down buffer, care to be a little more explicit? Sorry, 3:51 am here..

- Zero Tolerance

oldengine 02-28-2005 01:54 AM

Quote:

Originally Posted by Zero Tolerance
As for the longer scroll down buffer, care to be a little more explicit? Sorry, 3:51 am here..

Ha! We all spend too much time at this!

My new lines go on the top of the chat screen. The folks who join in late would like to be able to scroll down further to see what has already gone by the chat window.

eva01_ 02-28-2005 01:56 AM

i don't have a scroll bar at all in my chat room o_O

so i take it, it is not fully compatible with safari?

also is it supposed to open a new window for the chat?

i don't have scroll bars anywhere

Zero Tolerance 02-28-2005 02:02 AM

Quote:

Originally Posted by oldengine
Ha! We all spend too much time at this!

My new lines go on the top of the chat screen. The folks who join in late would like to be able to scroll down further to see what has already gone by the chat window.

Ah you want to show more messages .. i'll see what i can do, no promises, returning more messages = using more server usage, i may make it acp controllable however...

Quote:

i don't have a scroll bar at all in my chat room o_O

so i take it, it is not fully compatible with safari?

also is it supposed to open a new window for the chat?

i don't have scroll bars anywhere
Scroll bars appear if messages are long and it all totals up larger than the iframes it in. I;m not entirely sure the Javascript fully works with Safari, but i can't garentee that (havn't tested it on safari, only IE & FireFox)

- Zero Tolerance

eva01_ 02-28-2005 02:05 AM

is a chat room still supposed to look like that?

https://vborg.vbsupport.ru/attachmen...chmentid=24215

if so then no it doesn't work on Safari. and Safari is the #1 Mac browser

UPDATE:
checked in firefox works as should from just looking at it

does not work in Safari must work for 90% of Mac users to ever use it

Zero Tolerance 02-28-2005 02:08 AM

Yes it's supposed to look like that, and i know Safari is a mac browser, and i didn't think it would work. I doubt i'll be able to do much, getting it working in FireFox was hard enough, and if it works in FF, then in means its 100% standard JS, since FF only allows standard javascript to be executed, nothing sloppy..

- Zero Tolerance

GypsyMage 02-28-2005 03:26 AM

Just a note..

I had about 40 users on it tonight and the server load just kept climbing. httpd was using 95% of the cpu, steady. I disabled the chat and server load is back to 0.9.

There were tons of requests to vbchat.php... isn't it safe to say that a large number of users chatting would cause hundreds of refreshes in a few seconds? Is there any way to avoid the lag?

Zero Tolerance 02-28-2005 04:46 AM

Quote:

Originally Posted by GypsyMage
Just a note..

I had about 40 users on it tonight and the server load just kept climbing. httpd was using 95% of the cpu, steady. I disabled the chat and server load is back to 0.9.

There were tons of requests to vbchat.php... isn't it safe to say that a large number of users chatting would cause hundreds of refreshes in a few seconds? Is there any way to avoid the lag?

The constant refreshing to re-gain data is the only downfall, i'll look into optomization for future releases, i believe i could cut 2 iframes refreshing and make it just be the one, that would stop an extra 7 or so queries which are executed upon refreshing, cutting the usage of the chat in half :)

- Zero Tolerance

sv1cec 02-28-2005 06:35 AM

Quote:

Originally Posted by Zero Tolerance
The constant refreshing to re-gain data is the only downfall, i'll look into optomization for future releases, i believe i could cut 2 iframes refreshing and make it just be the one, that would stop an extra 7 or so queries which are executed upon refreshing, cutting the usage of the chat in half :)

- Zero Tolerance

This is something I was wondering too, why two separate refreshes for the main and the user windows? Not being critical, just wondering.

Oh, and where is V.2.3? For all those money I pay you, you should be delivering more often. Only one of the twins is home today, so I could use the time to do the upgrade! LoL

sv1cec 02-28-2005 02:26 PM

well, the mysterious bug hitted my board as well.

http://img.photobucket.com/albums/v323/sv1cec/bug.jpg

http://img.photobucket.com/albums/v323/sv1cec/bug2.jpg

On the first time, there was an apostrophe involved, but not in the second time. First time, the user said it was bad typing, but for the second time, he was very sure it wasn't.

The funny thing was that the other user saw the same thing from me, but that was clumsy typing on my behalf for sure.

Just thought I'll let you know.

oldengine 02-28-2005 06:47 PM

Quote:

Originally Posted by sv1cec
On the first time, there was an apostrophe involved, but not in the second time.

I see "it's" on the line before BOTH of them. It doesn't matter which user uses an apostrophe.

Mr.ciuk 02-28-2005 07:13 PM

great !!! :)

Megareus Rex 02-28-2005 07:14 PM

Quote:

Originally Posted by Zero Tolerance
Seems your rows are exanding with it, so let's set a 1% height, that should resolve it hopefully, make this edit for all of these templates: chat_row, chat_row_bot, chat_row_me, chat_row_special_recieved, chat_row_special_sent

Find:
Code:

<td nowrap="nowrap"
Replace With:
Code:

<td nowrap="nowrap" height="1%"
Constant refreshing cannot be stopped, hidden iframe's get the newest data, otherwise the chat wouldn't be dynamically changing.

Nope, it didn't fix it. The bottom line remains cut off.

sv1cec 02-28-2005 07:54 PM

Quote:

Originally Posted by oldengine
I see "it's" on the line before BOTH of them. It doesn't matter which user uses an apostrophe.

So you mean that if one user uses an apostrophe, that affects the way the other user input is handled? Kind of hard to believe, but I'll leave that to ZT to decide.

It's strange because tonight, I've spend about two hours in the chat, and I saw a lot of apostrophes being typed. Never noticed the problem though.

Mechanical Mind 02-28-2005 08:52 PM

Quote:

Originally Posted by sv1cec
So you mean that if one user uses an apostrophe, that affects the way the other user input is handled? Kind of hard to believe, but I'll leave that to ZT to decide.

It's strange because tonight, I've spend about two hours in the chat, and I saw a lot of apostrophes being typed. Never noticed the problem though.

The ' may just be a coincidence. I'm sure each time it happened there were several of the same letters present as well. But as humans, we are not going to take notice of that. I'm sure there is an "e" in almost every line when this happens too.

Until something substantial shows that the ' is the problem. It is probably just a coincidence.

JAYEMULE 02-28-2005 09:03 PM

This is such a fine hack ! I have it running and it's great. We haven't had 40 people in at same time yet and so far no bugs about :)
I can think of a few more options that would make this hack well worth paying for , if ya don't mind my saying so.

:up:

JAYEMULE 02-28-2005 09:06 PM

Quote:

Originally Posted by Zero Tolerance
The templates need to be copied over to your other style, and dont worry, i made a modification to copy templates from 1 style to others, located here: https://vborg.vbsupport.ru/showthrea...threadid=72288, it will save you a lot of trouble of manually doing this :)

- Zero Tolerance

Thanks so much ! This is just too cool :)

JAYEMULE 02-28-2005 09:36 PM

Oh NO ! That rotten bug has turned up in my forums vb chat as well
It seems to show up when the enter key is used to send the message to the chat window instead of clicking on the post key.
I will go back and read some more to see if I missed the fix for this, if I did then I am sorry to mention it again.

Crank 02-28-2005 10:36 PM

i am having trouble with the chat room not showing the messages when they are typed in. anyone have any idea on how to fix this?

wacnstac 03-01-2005 01:06 AM

Quote:

The constant refreshing to re-gain data is the only downfall, i'll look into optomization for future releases, i believe i could cut 2 iframes refreshing and make it just be the one, that would stop an extra 7 or so queries which are executed upon refreshing, cutting the usage of the chat in half
We absoulutely need to address this. This thing really bogs down my server more than a very old Jabber Chat, chat room. Also need a fix to limit private chat rooms to secondary user groups as these are my paid groups and will be the only ones to whom this feature is offered.

We
s
till
have
this
problem
as
well
by more and more users.

Thanks for your hard work.

JAYEMULE 03-01-2005 01:10 AM

yes, we had this problem tonight with only 3 members in the room. Also one user reported that the screen would grab the text he was typing and send it while he was typing. The 'stuttering' ( we dubbed it stuttering) seemed to only effect one user out of the 3 in the room.
Sure hope this can be straightened out. Oh I am sure it will be, after all, we are dealing with a near Master Coder ;)

oldengine 03-01-2005 01:47 AM

Quote:

Originally Posted by JAYEMULE
The 'stuttering' ( we dubbed it stuttering) seemed to only effect one user out of the 3 in the room.

See post #773 :)


All times are GMT. The time now is 12:58 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.02541 seconds
  • Memory Usage 1,852KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (4)bbcode_code_printable
  • (23)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete