vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB Chat (https://vborg.vbsupport.ru/forumdisplay.php?f=107)
-   -   prune disabled but messages still pruned (https://vborg.vbsupport.ru/showthread.php?t=81271)

Imperial Fritz 05-10-2005 06:19 PM

prune disabled but messages still pruned
 
All messages get pruned once they leave the main window... very weird. Pruning is off.

Also, how can I decrease the refresh rate?

Zachery 05-10-2005 06:38 PM

Quote:

Originally Posted by Imperial Fritz
All messages get pruned once they leave the main window... very weird. Pruning is off.

Also, how can I decrease the refresh rate?

I am confused... are you sure they are not just on a differnt page or the age is just past what you have displayed

Imperial Fritz 05-10-2005 06:42 PM

I stay in the main chat page and there are like 5-6 other people talking realtime. All lines get deleted once they go outside (over) the chat display area. there are scrollbars but they don't become longer and basically just cover what I see.

CaptainBlue 09-13-2005 04:09 PM

Quote:

Originally Posted by Imperial Fritz
I stay in the main chat page and there are like 5-6 other people talking realtime. All lines get deleted once they go outside (over) the chat display area. there are scrollbars but they don't become longer and basically just cover what I see.

Happens here too.

Biker_GA 09-13-2005 05:06 PM

There's a number in one of the php files that you have to increase to keep more info on the screen. Been a while since I've played around with vBChat so can't be more specific.

Nathan L 09-13-2005 09:03 PM

Would definietly like to know the answer to this as well.

I nip out the room for a drink and miss where the conversation goes.

Nathan..

97cobracpe 09-14-2005 10:04 PM

I get that too. I'm gonna go search for that number and see if I can fix this issue.

Nathan L 09-15-2005 08:58 PM

If you could that would be great.

Iedally I could do with about 100 messages left on the screen.

Nathan..

Nathan L 09-20-2005 09:18 PM

Anyone?

Biker_GA 09-23-2005 10:22 AM

OK.. Open vbchat.php and look for:

Code:

// Get All Chat Messege's If Any
                $Get_Chat_MSG = $DB->query("select u.*,m.* from ".TABLE_PREFIX."vbchat_store m left join ".TABLE_PREFIX."user u on (u.userid = m.s_postby) where m.s_forroom = '{$bbuserinfo['vbchat_pref_in_room']}' order by m.s_postime desc limit 0,15");

If I recall, the number at the end of the last line defines the number of chat messages to remain in the screen. Again, been a long time since I've played with this one, so I'm not entirely positive that's the line.


All times are GMT. The time now is 01:41 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
  • Page Generation 0.01317 seconds
  • Memory Usage 1,727KB
  • 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
  • (1)bbcode_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete