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)

nautiqeman 10-27-2004 03:41 PM

/me installs

TheRealFragger 10-27-2004 04:01 PM

/me installs the crap outta it

I need a new chat, good job man all my users thank you

Red Blaze 10-27-2004 04:11 PM

Works well for VB 3.0.0. *clicks install* :)

TheRealFragger 10-27-2004 04:37 PM

there is one thing so far that i do not like, its the fact that if there are enough messages to warrent a scroll bar it pops back to the top of the page so i have to scroll back down. When it gets populated it might be a problem

EDIT: It also does this when it refreshes too

EDIT2: my little temp fix is to limit the number of messages i changed in vbchat.php;

Code:

left join ".TABLE_PREFIX."user u on (u.userid = m.s_postby) order by m.s_postime desc limit 0,15");
into

Code:

left join ".TABLE_PREFIX."user u on (u.userid = m.s_postby) order by m.s_postime desc limit 0,13");

mrcancel 10-27-2004 05:56 PM

Quote:

Originally Posted by Bolas
very nice!

But Are U able to let people (by usergroup or not...) to create private chat rooms with or without password (or filter by username)? :D

Ya, me too !
I want to creat private chat rooms !!!

NuclioN 10-27-2004 06:34 PM

Nice :) The refresh is a flash of white, can this be dark so a refresh is not so...noticable?

Red Blaze 10-27-2004 07:53 PM

Quote:

Originally Posted by TheRealFragger
there is one thing so far that i do not like, its the fact that if there are enough messages to warrent a scroll bar it pops back to the top of the page so i have to scroll back down. When it gets populated it might be a problem

EDIT: It also does this when it refreshes too

Well, I think it'd be better if the messages were from top to bottom rather bottom to top. In other words, instead of the new messages being the bottom ones, make the new messages appear at the top.

SVTOA 10-27-2004 07:58 PM

Quote:

Originally Posted by TheRealFragger
there is one thing so far that i do not like, its the fact that if there are enough messages to warrent a scroll bar it pops back to the top of the page so i have to scroll back down. When it gets populated it might be a problem

EDIT: It also does this when it refreshes too

EDIT2: my little temp fix is to limit the number of messages i changed in vbchat.php;

Code:

left join ".TABLE_PREFIX."user u on (u.userid = m.s_postby) order by m.s_postime desc limit 0,15");
into

Code:

left join ".TABLE_PREFIX."user u on (u.userid = m.s_postby) order by m.s_postime desc limit 0,13");


I had to set it to 10 to work for me... There must be a line we can chage so it will not go to the top, as this is the only complaint members have, although your solution seems to work ok. As long as nobody posts a picture that is. :D

TheRealFragger 10-27-2004 08:22 PM

i have it set to 13 because of the fact that i have quite a few in there and some of the messages got lost

EDIT: and i agree with bolth of you

bendigo-tech 10-27-2004 10:02 PM

Quote:

Originally Posted by TheRealFragger
there is one thing so far that i do not like, its the fact that if there are enough messages to warrent a scroll bar it pops back to the top of the page so i have to scroll back down. When it gets populated it might be a problem

That is the only thing I don't like about it as well. Thanks for your little workaround. Worked a treat!

Cheers :)


All times are GMT. The time now is 06:00 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.01990 seconds
  • Memory Usage 1,740KB
  • 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
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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