View Full Version : Show more lines?
Vierie
04-24-2005, 03:31 PM
Is there a way to show more text in the box? If people are writing a lot, somebody, who's not reading for a moment, can't read all the messages.
greenhybrid
04-25-2005, 07:36 PM
On line 328, find this line of vBChat.php: $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"); Change the 15 at the end to the number of posts you'd like.
Kaishi
04-26-2005, 02:15 AM
is there a way to let ppl scroll up the chat? in case they missed something
greenhybrid
04-27-2005, 02:17 AM
Only for the amount of lines you allow in the code above. Unless you modify the script.
Hyrel
05-23-2005, 05:53 AM
Has anyone made the modification?
greenhybrid
05-23-2005, 04:30 PM
Yes, I have. It's barely even a mod because it doesn't change how the script works. Only the number of lines to fetch.
Hyrel
05-26-2005, 01:32 AM
When I changed the 15 to a new number nothing happened?
vBulletin® v3.8.12 by vBS, Copyright ©2000-2024, vBulletin Solutions Inc.