The Arcive of vBulletin Modifications Site. |
|
prune disabled but messages still pruned Details »»
|
|||||||||||||||||||||||||||
|
prune disabled but messages still pruned
Developer Last Online: Nov 2023
All messages get pruned once they leave the main window... very weird. Pruning is off.
Also, how can I decrease the refresh rate? Show Your Support
|
|||||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
Quote:
|
|
#3
|
|||
|
|||
|
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.
|
|
#4
|
|||
|
|||
|
Quote:
|
|
#5
|
|||
|
|||
|
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.
|
|
#6
|
|||
|
|||
|
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.. |
|
#7
|
|||
|
|||
|
I get that too. I'm gonna go search for that number and see if I can fix this issue.
|
|
#8
|
|||
|
|||
|
If you could that would be great.
Iedally I could do with about 100 messages left on the screen. Nathan.. |
|
#9
|
|||
|
|||
|
Anyone?
|
|
#10
|
|||
|
|||
|
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");
|
![]() |
|
|