From a post back on page 23 or so - an answer to the question of how to increase the number of lines shown in the main chat window past the default 15. I did it and it worked perfectly. Now I just need to keep digging through the past posts here and find the trick to slow that refresh down.
Quote:
1) increase the lines of chat in the buffer. I read I can do this by editing vbchat.php and changing:
left join ".TABLE_PREFIX."user u on (u.userid = m.s_postby) order by m.s_postime desc limit 0,15");
to
left join ".TABLE_PREFIX."user u on (u.userid = m.s_postby) order by m.s_postime desc limit 0,<some_larger_number>");
|
By the way - AWESOME hack - and awesome installation instructions. This was my very first hack I've ever installed. I definately look forward to future improvements in teh upgrade versions to come.